Skip to content

Commit

Permalink
Push all tags for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joonashak committed Jun 21, 2023
1 parent cfb25ba commit f95d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
docker tag hybridilusmu ghcr.io/funidata/hybridilusmu:${{ steps.semver.outputs.version }}
docker tag hybridilusmu ghcr.io/funidata/hybridilusmu:latest
- name: Push image to GHCR
run: docker push ghcr.io/funidata/hybridilusmu:next
run: docker push --all-tags ghcr.io/funidata/hybridilusmu

0 comments on commit f95d143

Please sign in to comment.