Skip to content

Commit 5bd6c4f

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

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
with:
3434
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
36-
tags:
37-
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
38-
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
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
3941
build-args: |
4042
# Add any build arguments here, e.g., MY_ARG=value

0 commit comments

Comments
 (0)