Skip to content

Commit b6e0f78

Browse files
Update ci-cd-test.yml
1 parent 0142dbc commit b6e0f78

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)