diff --git a/.github/workflows/app_promote_to_latest.yml b/.github/workflows/app_promote_to_latest.yml index 9cd7655..885c908 100644 --- a/.github/workflows/app_promote_to_latest.yml +++ b/.github/workflows/app_promote_to_latest.yml @@ -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