Skip to content

Commit

Permalink
More release fixes (#357)
Browse files Browse the repository at this point in the history
Took this stuff from tanka and it looks like I didn't double-check. I think everything should work now
  • Loading branch information
julienduchesne authored Feb 28, 2024
1 parent 8848c27 commit 44fdd72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: make cross
- id: docker_tag
run: echo "DOCKER_TAG=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
Expand All @@ -41,7 +43,7 @@ jobs:
#### Docker container:
https://hub.docker.com/r/grafana/grizzly
```bash
$ docker pull grafana/grizzly:${{ env.GITHUB_REF_NAME }}
$ docker pull grafana/grizzly:${{ env.DOCKER_TAG }}
```
draft: true
files: |
Expand Down

0 comments on commit 44fdd72

Please sign in to comment.