Skip to content

Commit a710e67

Browse files
dependabot[bot]siljekristensen
authored andcommitted
chore(deps): bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 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@v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85c6ad0 commit a710e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Get the Docker tag for GHCR
131131
id: ghcr-tag
132132
if: steps.check-build-and-push.outputs.enable == 'true'
133-
uses: docker/metadata-action@v4
133+
uses: docker/metadata-action@v5
134134
with:
135135
images: |
136136
ghcr.io/${{ github.repository }}
@@ -143,7 +143,7 @@ jobs:
143143
- name: Get the Docker tag for DockerHub
144144
id: dockerhub-tag
145145
if: steps.check-build-and-push.outputs.enable == 'true'
146-
uses: docker/metadata-action@v4
146+
uses: docker/metadata-action@v5
147147
with:
148148
images: |
149149
${{ secrets.DOCKERHUB_IMAGE }}server-core

0 commit comments

Comments
 (0)