Skip to content

Commit 702c4a9

Browse files
committed
Fixed typo
1 parent b12d83c commit 702c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sap-ase_server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
./test/import_fakenames.sh
7979
8080
- name: Push image
81-
id: docker_build
81+
id: docker_push
8282
uses: docker/build-push-action@v2
8383
with:
8484
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

Comments
 (0)