Skip to content

Commit

Permalink
fix(workflow): adjust docker promotion job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Feb 11, 2024
1 parent 69bcbb1 commit a80feac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/app_promote_to_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Tag image
run: docker tag ghcr.io/palladians/supso:$(git rev-parse --short HEAD) ghcr.io/palladians/supso:latest
- name: Push to GHCR
run: docker push ghcr.io/palladians/supso:latest
run: docker buildx imagetools create ghcr.io/palladians/supso:$(git rev-parse --short HEAD) --tag ghcr.io/palladians/supso:latest

0 comments on commit a80feac

Please sign in to comment.