Skip to content

Commit

Permalink
Use localhost as repository
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 27, 2024
1 parent 86292bc commit 4889c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
tags: localhost:desktop-wallet-ci:latest
tags: localhost/desktop-wallet-ci:latest
context: '.'
file: 'scripts/desktop-wallet-ci.Dockerfile'
# cache-to: type=gha,mode=max
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
needs: Build-pipeline-image
runs-on: ubuntu-latest
container:
image: localhost:desktop-wallet-ci:latest
image: localhost/desktop-wallet-ci:latest
#credentials:
# username: ${{needs.login-aws.outputs.access_key}}
# password: ${{needs.login-aws.outputs.secret_key}}
Expand Down

0 comments on commit 4889c73

Please sign in to comment.