Upgrade GitHub Actions to latest versions (#868)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-02-11 10:02:10 +00:00
committed by GitHub
parent 361a47831d
commit 59ecf849ac

View File

@@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }}