From eaa21ead3e3d67201c99b8ef7c463cf51542ff78 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 19 Jul 2023 08:44:47 +0200 Subject: [PATCH] Update build-deploy.yml --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index a4b0ba6f..5bc8aaad 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -91,8 +91,8 @@ jobs: with: images: amruthpillai/reactive-resume tags: | - type=raw,value=${{ matrix.image }}-latest - type=raw,value=${{ matrix.image }}-${{ steps.version.outputs.current-version }} + type=raw,value=${{ matrix.image }}-arm64-latest + type=raw,value=${{ matrix.image }}-arm64-${{ steps.version.outputs.current-version }} - name: Set up QEMU uses: docker/setup-qemu-action@v2.2.0