From 56600d5f64d77a5270e5108522f1bd15689d7c4c Mon Sep 17 00:00:00 2001 From: Vincent Paturet Date: Tue, 10 Dec 2024 18:09:15 +0100 Subject: [PATCH] Fix GitHub Action configuration --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 97f817461..d51c84dd8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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