Upgrade GitHub Actions to latest versions

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Muin Kayser Chishti 2026-02-26 09:22:06 +00:00
parent 2bde21ff57
commit c7b6af27e9
No known key found for this signature in database
5 changed files with 10 additions and 10 deletions

View file

@ -42,7 +42,7 @@ jobs:
type=raw,value={{tag}}
- name: Build and Push ARM64 Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
@ -81,7 +81,7 @@ jobs:
type=raw,value={{tag}}
- name: Build and Push AMD64 Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile