From 86292bc484fb4d809bc03c633c4145a6797005d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Wed, 27 Nov 2024 08:50:46 +0100 Subject: [PATCH] Use localhost as repository --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67f21559d..6296b84ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: uses: docker/build-push-action@v6 with: push: false - tags: desktop-wallet-ci + tags: localhost:desktop-wallet-ci:latest context: '.' file: 'scripts/desktop-wallet-ci.Dockerfile' # cache-to: type=gha,mode=max @@ -81,7 +81,7 @@ jobs: needs: Build-pipeline-image runs-on: ubuntu-latest container: - image: desktop-wallet-ci + image: localhost:desktop-wallet-ci:latest #credentials: # username: ${{needs.login-aws.outputs.access_key}} # password: ${{needs.login-aws.outputs.secret_key}}