mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-06-09 17:00:17 +00:00
updated github workflows to tag images with 'rootless' keyword
This commit is contained in:
parent
fbf99edf0f
commit
c0734976da
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,5 +80,5 @@ jobs:
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
podman manifest create build
|
||||
podman build --format docker --platform linux/amd64,linux/arm64,linux/arm/v7 --manifest localhost/build .
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${EPOCHSECONDS}-ci
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${EPOCHSECONDS}-rootless-ci
|
||||
|
||||
|
||||
4
.github/workflows/release-dev-version.yml
vendored
4
.github/workflows/release-dev-version.yml
vendored
@ -79,5 +79,5 @@ jobs:
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
podman manifest create build
|
||||
podman build --format docker --build-arg BUILD_VERSION_ARG=${VERSION} --manifest localhost/build --platform linux/amd64,linux/arm64,linux/arm/v7 .
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${VERSION}-dev
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:latest-dev
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${VERSION}-rootless-dev
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:latest-rootless-dev
|
||||
|
||||
@ -79,5 +79,5 @@ jobs:
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
podman manifest create build
|
||||
podman build --format docker --build-arg BUILD_VERSION_ARG=${VERSION} --manifest localhost/build --platform linux/amd64,linux/arm64,linux/arm/v7 .
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${VERSION}
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:latest
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:${VERSION}-rootless
|
||||
podman manifest push localhost/build docker://docker.io/bbernhard/signal-cli-rest-api:rootless-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user