Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasGees committed Nov 20, 2024
1 parent 1580d12 commit 9f5b38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-spiffe-gcp-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
context: ./deploy/spiffe-gcp-proxy
tags: mattiasgees/spiffe-demo:${{ github.event_name == 'pull_request' && github.head_ref || 'latest' }}
tags: mattiasgees/spiffe-gcp-proxy:${{ github.event_name == 'pull_request' && github.head_ref || 'latest' }}

0 comments on commit 9f5b38d

Please sign in to comment.