Skip to content

Commit

Permalink
! adjust docker version from vxx.xx.xx to xx.xx.xx
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Jan 18, 2024
1 parent 89705f2 commit 1c32642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
registry_uri="ghcr.io"
registry_repo="${{ github.repository }}"
version="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
version=${version#v}
docker tag builder "${registry_uri}/${registry_repo}:latest"
docker tag builder "${registry_uri}/${registry_repo}:${version}"
Expand Down

0 comments on commit 1c32642

Please sign in to comment.