From 50361e03a3cfa58157a46aac23f377068840c72b Mon Sep 17 00:00:00 2001 From: Abhimanyu Singh Date: Tue, 9 Jan 2024 23:16:28 +0530 Subject: [PATCH] Update Image Tags (#2) --- .github/workflows/build-and-push.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 3c8de21..05955c8 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -34,7 +34,7 @@ jobs: id: base-image-version run: | base_image_version=$(echo ${{ matrix.base }} | cut -d@ -f1 | tr ':' '-') - tag="avmnusng/criu-${{ matrix.criu }}-${{ matrix.nftables }}:${base_image_version}" + tag="avmnusng/criu-${{ matrix.nftables }}:criu-${{ matrix.criu }}-${base_image_version}" echo "TAG=${tag}" >> $GITHUB_ENV echo "TAG_TEST=${tag}-test" >> $GITHUB_ENV diff --git a/README.md b/README.md index 853dbe6..37c000f 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ then: ```dockerfile FROM --platform=amd64 alpine:3.18.5@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 -COPY --from=criu-3.19-with-nftables:alpine-3.18.5 /criu/ / +COPY --from=criu-with-nftables:criu-3.19-alpine-3.18.5 /criu/ / ```