Skip to content

Commit

Permalink
Fix: Collect image meta (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev authored Nov 28, 2024
1 parent 340d059 commit a200346
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
TAG: ${{ github.ref_name }}
IMAGE_NAME: ${{ github.repository_owner }}/cluster-api-addon-provider-fleet
IMAGE_NAME: ${{ github.repository }}
REGISTRY: ghcr.io

jobs:
Expand All @@ -33,6 +33,11 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit a200346

Please sign in to comment.