We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3b23c commit d05efc2Copy full SHA for d05efc2
.github/workflows/publish.yml
@@ -22,15 +22,15 @@ jobs:
22
include:
23
- context: build/2.7
24
file: build/2.7/Dockerfile
25
- tag: python-tools:2.7-build
+ tag: 2.7-build
26
digest-key: python-tools-2.7-build
27
- context: build/3.12
28
file: build/3.12/Dockerfile
29
- tag: python-tools:3.12-build
+ tag: 3.12-build
30
digest-key: python-tools-3.12-build
31
- context: pip-tools/2.7
32
file: pip-tools/2.7/Dockerfile
33
- tag: python-tools:2.7-pip-tools
+ tag: 2.7-pip-tools
34
digest-key: python-tools-2.7-pip-tools
35
with:
36
dockerhub-repo: coatldev/python-tools
0 commit comments