Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Docker format for podman build
Browse files Browse the repository at this point in the history
Temporary fix to ensure that tagged images built by podman show up on
dockerhub. See: docker/hub-feedback#1871
  • Loading branch information
jsks committed Nov 16, 2019
1 parent 142515d commit 816a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -n "$1" ]; then
fi

if which podman 2>&1 >/dev/null; then
podman build -t "docker.io/jsks/conflict_onset$tag" .
podman build --format docker -t "docker.io/jsks/conflict_onset$tag" .
podman push "docker.io/jsks/conflict_onset$tag"
else
docker build -t "jsks/conflict_onset$tag" .
Expand Down

0 comments on commit 816a020

Please sign in to comment.