diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ffb4402ec..ac4c1206fe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -121,12 +121,13 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: type=raw,value=ACTIONS_BUILD_${{ github.run_id }} - name: Push to GHCR uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . push: true - tags: ACTIONS_BUILD_${{ github.run_id }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} test-documentation: name: Test Documentation Build