We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec67522 commit f2c9d0dCopy full SHA for f2c9d0d
1 file changed
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
context: . # Path to your Dockerfile, '.' for current directory
35
push: true
36
- tags: |
+ tags:
37
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
38
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
39
build-args: |
0 commit comments