Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
skyblaster authored Jan 19, 2025
1 parent 484f340 commit ed7ff18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
packages: write
id-token: write

outputs:
tag: ${{ steps.meta.outputs.tags }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -82,7 +85,7 @@ jobs:
env:
IMAGE_REGISTRY: ${{ env.IMAGE_REGISTRY }}
IMAGE_NAME: ${{ env.IMAGE_NAME }}
TAG: ${{ steps.meta.outputs.tags }}
TAG: ${{ needs.build-and-push.outputs.tag }}
run: |
echo "Creating and pushing manifest for tag $TAG"
docker manifest create $IMAGE_REGISTRY/$IMAGE_NAME:$TAG \
Expand Down

0 comments on commit ed7ff18

Please sign in to comment.