Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/staging-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,10 @@ jobs:
TAG: ${{ matrix.tag }}
shell: bash

# Pulling the actual image with tag is needed here.
- name: Promote container images from staging to GHCR.io
run: |
docker pull "$STAGING_IMAGE_NAME:$TAG"
docker tag "$STAGING_IMAGE_NAME:$TAG" "$RELEASE_IMAGE_NAME:$TAG"
docker push "$RELEASE_IMAGE_NAME:$TAG"
env:
Expand Down
Loading