Skip to content

Commit e788e24

Browse files
authored
Update main.yml
1 parent b8f37d6 commit e788e24

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)