Skip to content

Commit

Permalink
Remove faulty tag from releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Mar 6, 2024
1 parent 739be2d commit c578610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ signs:

dockers:
- image_templates:
- "ghcr.io/${{ github.repository }}:{{ .Tag }}"
- "ghcr.io/gnolang/faucet:{{ .Tag }}"
dockerfile: Dockerfile
build_flag_templates:
- "--pull"
Expand Down Expand Up @@ -78,10 +78,10 @@ release:
footer: |
### Container Images
https://ghcr.io/${{ github.repository }}:{{ .Tag }}
https://ghcr.io/gnolang/faucet:{{ .Tag }}
For example:
```
docker pull ghcr.io/${{ github.repository }}:{{ .Tag }}
docker pull ghcr.io/gnolang/faucet:{{ .Tag }}
```

0 comments on commit c578610

Please sign in to comment.