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:
parent
207e927e28
commit
c2fe139ea0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_container.yml
vendored
4
.github/workflows/build_container.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue