diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edf270b..e0894cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release-dev-version.yml b/.github/workflows/release-dev-version.yml index 3a46d0d..2fe1e2c 100644 --- a/.github/workflows/release-dev-version.yml +++ b/.github/workflows/release-dev-version.yml @@ -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 diff --git a/.github/workflows/release-productive-version.yml b/.github/workflows/release-productive-version.yml index 750d9f4..cfab7ad 100644 --- a/.github/workflows/release-productive-version.yml +++ b/.github/workflows/release-productive-version.yml @@ -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