Skip to content

Commit 467aee5

Browse files
authored
Update main.yml
1 parent 6dce696 commit 467aee5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +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+
38+
SecTltk_1:latest
39+
3940

4041
build-args: |
4142
# Add any build arguments here, e.g., MY_ARG=value

0 commit comments

Comments
 (0)