Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit b0a41e3

Browse files
chore(deps): bump docker/metadata-action from 3 to 5 (#43)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v3...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df42fbb commit b0a41e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- id: meta
32-
uses: docker/metadata-action@v3
32+
uses: docker/metadata-action@v5
3333
with:
3434
flavor: |
3535
latest=false
@@ -40,7 +40,7 @@ jobs:
4040
# tag the sha version unless we are a git tag
4141
type=sha,enable=${{ !startsWith(github.ref, 'refs/tags/v') }},priority=300,format=long,prefix=
4242
- id: meta-arch
43-
uses: docker/metadata-action@v3
43+
uses: docker/metadata-action@v5
4444
with:
4545
flavor: |
4646
latest=false
@@ -98,7 +98,7 @@ jobs:
9898
username: ${{ github.actor }}
9999
password: ${{ secrets.GITHUB_TOKEN }}
100100
- id: meta
101-
uses: docker/metadata-action@v3
101+
uses: docker/metadata-action@v5
102102
with:
103103
flavor: |
104104
latest=false
@@ -109,7 +109,7 @@ jobs:
109109
# tag the sha version unless we are a git tag
110110
type=sha,enable=${{ !startsWith(github.ref, 'refs/tags/v') }},priority=300,format=long,prefix=
111111
- id: meta-arch
112-
uses: docker/metadata-action@v3
112+
uses: docker/metadata-action@v5
113113
with:
114114
flavor: |
115115
latest=false
@@ -166,7 +166,7 @@ jobs:
166166
username: ${{ github.actor }}
167167
password: ${{ secrets.GITHUB_TOKEN }}
168168
- id: meta
169-
uses: docker/metadata-action@v3
169+
uses: docker/metadata-action@v5
170170
with:
171171
flavor: |
172172
latest=false

0 commit comments

Comments
 (0)