test docker rel (#466)

This commit is contained in:
Adil Hafeez 2025-04-16 12:18:03 -07:00 committed by GitHub
parent 3cda4d6b69
commit e17d5fb2eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=ref,event=tag
type=raw,value={{tag}}
- name: Build and Push ARM64 Image
uses: docker/build-push-action@v5
@ -57,7 +57,7 @@ jobs:
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=ref,event=tag
type=raw,value={{tag}}
- name: Build and Push AMD64 Image
uses: docker/build-push-action@v5
@ -85,7 +85,7 @@ jobs:
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
type=ref,event=tag
type=raw,value={{tag}}
- name: Create Multi-Arch Manifest
run: |