From b40a5adeb056a7600a3e943ac6e47fcbd67c7d5e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 16 Mar 2023 12:28:40 +0100 Subject: [PATCH] update GH actions --- .github/workflows/production-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index fb8fcd713..1adc0cb47 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -60,7 +60,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=semver,pattern={{version}} + type=semver,pattern={{version}}-aarch64 - name: Build and push uses: docker/build-push-action@v3 with: