use sha for test

This commit is contained in:
Adil Hafeez 2025-04-16 12:10:55 -07:00
parent 7dd19a2897
commit dafce65ee3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

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