fix release image (#464)

This commit is contained in:
Adil Hafeez 2025-04-16 11:34:45 -07:00 committed by GitHub
parent c7c0553427
commit ceca553399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=ref,event=tag
- name: Build and Push ARM64 Image
uses: docker/build-push-action@v5
@ -51,6 +53,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=ref,event=tag
- name: Build and Push AMD64 Image
uses: docker/build-push-action@v5