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