We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f37d6 commit e788e24Copy full SHA for e788e24
1 file changed
.github/workflows/main.yml
@@ -33,9 +33,8 @@ jobs:
33
with:
34
context: . # Path to your Dockerfile, '.' for current directory
35
push: true
36
- # tags: latest
37
-
38
- # ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
39
- # ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
+ tags:
+ ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
+ ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
40
build-args: |
41
# Add any build arguments here, e.g., MY_ARG=value
0 commit comments