1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-03-27 02:18:00 +01:00
This commit is contained in:
dependabot[bot] 2026-03-06 01:53:22 +00:00 committed by GitHub
commit 7d491530b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ jobs:
- name: Docker meta
if: inputs.pr == ''
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/${{ github.repository }}
@ -80,7 +80,7 @@ jobs:
- name: Docker meta for PR
if: inputs.pr
id: meta_pr
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/${{ github.repository }}

View file

@ -90,7 +90,7 @@ jobs:
- name: Get image version
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
tags: |
type=ref,event=branch