Merge pull request #76 from shizunge/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
This commit is contained in:
commit
f3c55a99c2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/on-push-main.yml
vendored
2
.github/workflows/on-push-main.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
password: ${{ github.token }}
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
${{ github.repository }}
|
||||
|
|
|
|||
2
.github/workflows/on-release.yml
vendored
2
.github/workflows/on-release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
password: ${{ github.token }}
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
${{ github.repository }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue