fix release image

This commit is contained in:
Adil Hafeez 2025-04-16 11:33:38 -07:00
parent c7c0553427
commit 54972e436b
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

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