Skip to content

Commit

Permalink
Remove registry part
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Schmitz von Hülst <[email protected]>
  • Loading branch information
moritzschmitz-oviva committed Feb 14, 2024
1 parent 46551c7 commit d59ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: .
tags: ${{ env.REGISTRY }}/${{ github.repository }}-helper:${{ github.sha }}
tags: ${{ github.repository }}-helper:${{ github.sha }}
outputs: type=docker,dest=/tmp/java-spiffe-helper.tar
- uses: actions/upload-artifact@v3
with:
Expand All @@ -32,4 +32,4 @@ jobs:
path: /tmp
- run: docker load --input /tmp/java-spiffe-helper.tar
- uses: helm/kind-action@v1
- run: kind load docker-image ${{ env.REGISTRY }}/${{ github.repository }}-helper:${{ github.sha }}
- run: kind load docker-image ${{ github.repository }}-helper:${{ github.sha }}

0 comments on commit d59ef0e

Please sign in to comment.