We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baaece commit e31ea65Copy full SHA for e31ea65
1 file changed
.github/workflows/docker-image.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build test
46
run: |
47
- docker buildx build --load -t ${DIMAGE} -f dockerfile-empty .
+ docker buildx build --load -t ${DIMAGE}:empty -f dockerfile-empty .
48
docker tag ${DIMAGE}:empty ${DIMAGE}:empty1
49
docker push -q ${DIMAGE}:empty
50
docker push -q ${DIMAGE}:empty1
0 commit comments