We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed43d2a + b6e0f78 commit 20f0200Copy full SHA for 20f0200
1 file changed
.github/workflows/ci-cd-test.yml
@@ -22,4 +22,5 @@ jobs:
22
with:
23
context: .
24
push: true
25
- tags: ${{ secrets.DOCKER_USERNAME }}/python-sample:test
+ tags: ${{ format('{0}/python-sample:main', secrets.DOCKER_USERNAME) }}
26
+
0 commit comments