1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-03-27 02:18:00 +01:00

Bump docker/metadata-action from 5 to 6

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-06 01:53:19 +00:00 committed by GitHub
parent 207e927e28
commit c2fe139ea0
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 - name: Docker meta
if: inputs.pr == '' if: inputs.pr == ''
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}
@ -80,7 +80,7 @@ jobs:
- name: Docker meta for PR - name: Docker meta for PR
if: inputs.pr if: inputs.pr
id: meta_pr id: meta_pr
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}

View file

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