Skip to content

Commit 90447b1

Browse files
authored
Update main.yml
1 parent b979804 commit 90447b1

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,11 +33,10 @@ jobs:
3333
with:
3434
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
36-
tags:
37-
ivanpiskunov/seckit_v1:latest
36+
#tags:
37+
3838
# ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
3939
# ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
4040

41-
build-args:
42-
MY_ARG=1
41+
build-args: |
4342
# Add any build arguments here, e.g., MY_ARG=value

0 commit comments

Comments
 (0)