Skip to content

Commit 90d8d24

Browse files
authored
Update main.yml
1 parent 5bd6c4f commit 90d8d24

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
3636
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: |
37+
38+
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
39+
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
40+
41+
build-args:
42+
MY_ARG=1
4243
# Add any build arguments here, e.g., MY_ARG=value

0 commit comments

Comments
 (0)