Skip to content

Commit

Permalink
Fix GitHub Action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Dec 10, 2024
1 parent f5fe613 commit 56600d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
chouette_iev/target
docker-build:
if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/rutebanken_develop'
needs: [ maven-verify ]
uses: entur/gha-docker/.github/workflows/build.yml@v1
with:
build_artifact_name: artifact
build_artifact_path: target
docker-push:
if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/rutebanken_develop'
needs: [ docker-build ]
uses: entur/gha-docker/.github/workflows/push.yml@v1

0 comments on commit 56600d5

Please sign in to comment.