Adding on github actions
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
||||
else
|
||||
VERSION=$(echo "${GITHUB_REF_NAME}" | sed 's|/|-|g')
|
||||
fi
|
||||
docker build . --file Dockerfile --tag podman-dind-like:$VERSION
|
||||
podman build . --file Dockerfile --tag podman-dind-like:$VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user