Skip to content

Commit 20f0200

Browse files
Merge pull request #1 from codeby-nurgul/test
Update ci-cd-test.yml
2 parents ed43d2a + b6e0f78 commit 20f0200

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
with:
2323
context: .
2424
push: true
25-
tags: ${{ secrets.DOCKER_USERNAME }}/python-sample:test
25+
tags: ${{ format('{0}/python-sample:main', secrets.DOCKER_USERNAME) }}
26+

0 commit comments

Comments
 (0)