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 6e68dfc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,17 @@ jobs:
uses: actions/[email protected]
with:
path: |
target
chouette_iev/target
target/docker/wildfly/
chouette_iev/target/chouette.ear
if-no-files-found: error

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
build_artifact_path: ~
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 6e68dfc

Please sign in to comment.