Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86ae42d

Browse files
committed
fix docker builds
1 parent e00eca4 commit 86ae42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Build and push images
2525
run: |
2626
cd rootless-podman
27-
docker build . -f Dockerfile.ubuntu bencdr/podman:ubuntu
28-
docker build . -f Dockerfile.fedora bencdr/podman:fedora
27+
docker build . -f Dockerfile.ubuntu -t bencdr/podman:ubuntu
28+
docker build . -f Dockerfile.fedora -t bencdr/podman:fedora
2929
docker push --all-tags bencdr/podman

0 commit comments

Comments
 (0)