From 7b78afc0f795eab4fe5c99ccfa76096ded300111 Mon Sep 17 00:00:00 2001 From: Max Strohbuecker Date: Mon, 22 Apr 2024 11:56:44 +0200 Subject: [PATCH] fix(workflows): use correct ecr access key id for image tag to push to ecr --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index c6d6199..2eeb41b 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -31,7 +31,7 @@ jobs: with: images: | viadee/docker-hub-rate-limit-exporter - public.ecr.aws/viadee/docker-hub-rate-limit-exporter + public.ecr.aws/${{ secrets.AWS_PROD_ECR_VIADEE_ACCESS_KEY_ID }}/docker-hub-rate-limit-exporter tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}