diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 97f817461..33019af54 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -70,16 +70,17 @@ jobs: uses: actions/upload-artifact@v4.4.3 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