Skip to content

Commit 054ee7d

Browse files
authored
Update main.yml
1 parent f2c9d0d commit 054ee7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ 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+
# ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
38+
# ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
3939
build-args: |
4040
# Add any build arguments here, e.g., MY_ARG=value

0 commit comments

Comments
 (0)