Skip to content

Commit f2c9d0d

Browse files
authored
Update main.yml
1 parent ec67522 commit f2c9d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
36-
tags: |
36+
tags:
3737
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
3838
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
3939
build-args: |

0 commit comments

Comments
 (0)