We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12d83c commit 702c4a9Copy full SHA for 702c4a9
.github/workflows/sap-ase_server.yaml
@@ -78,7 +78,7 @@ jobs:
78
./test/import_fakenames.sh
79
80
- name: Push image
81
- id: docker_build
+ id: docker_push
82
uses: docker/build-push-action@v2
83
with:
84
tags: ${{ env.IMAGE }}:${{ env.SEMVER_MAJOR }},${{ env.IMAGE }}:${{ env.SEMVER_MINOR }},${{ env.IMAGE }}:${{ env.SEMVER_PATCH }},${{ env.IMAGE }}:${{ env.SEMVER_TAG }},${{ env.IMAGE }}:latest
0 commit comments