Skip to content

Commit e31ea65

Browse files
author
Kalo Zsombor
committed
CI
1 parent 6baaece commit e31ea65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build test
4646
run: |
47-
docker buildx build --load -t ${DIMAGE} -f dockerfile-empty .
47+
docker buildx build --load -t ${DIMAGE}:empty -f dockerfile-empty .
4848
docker tag ${DIMAGE}:empty ${DIMAGE}:empty1
4949
docker push -q ${DIMAGE}:empty
5050
docker push -q ${DIMAGE}:empty1

0 commit comments

Comments
 (0)