Skip to content

Commit

Permalink
build: remove g from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 23, 2024
1 parent a4e0fc3 commit cea6524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gapit_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=pr
type=match,pattern=vg(.*),group=1
type=match,pattern=v(.*),group=1
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'gapit_notifications') }}
# Login against a Docker registry except on PR
Expand Down

0 comments on commit cea6524

Please sign in to comment.