We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c35ec0 commit 92eeb9fCopy full SHA for 92eeb9f
.github/workflows/staging-release.yaml
@@ -595,8 +595,10 @@ jobs:
595
TAG: ${{ matrix.tag }}
596
shell: bash
597
598
+ # Pulling the actual image with tag is needed here.
599
- name: Promote container images from staging to GHCR.io
600
run: |
601
+ docker pull "$STAGING_IMAGE_NAME:$TAG"
602
docker tag "$STAGING_IMAGE_NAME:$TAG" "$RELEASE_IMAGE_NAME:$TAG"
603
docker push "$RELEASE_IMAGE_NAME:$TAG"
604
env:
0 commit comments