Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Feb 13, 2024
1 parent 66ac383 commit b478cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Docker build
run: |
docker buildx build --platform="linux/amd64,linux/arm64" --build-arg VERSION=${GITHUB_REF##*/} -t ghcr.io/goware/jwtutil:${GITHUB_REF##*/} -t ghcr.io/goware/jwtutil:latest .
docker buildx build --push --platform="linux/amd64,linux/arm64" --build-arg VERSION=${GITHUB_REF##*/} -t ghcr.io/goware/jwtutil:${GITHUB_REF##*/} -t ghcr.io/goware/jwtutil:latest .
docker push ghcr.io/goware/jwtutil:${GITHUB_REF##*/}
docker push ghcr.io/goware/jwtutil:latest

0 comments on commit b478cd9

Please sign in to comment.