Skip to content

Commit

Permalink
fix docker workflow image pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 19, 2022
1 parent d2a86f8 commit f5815d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker push --all-tags $IMAGE_ID

0 comments on commit f5815d9

Please sign in to comment.