Skip to content

Commit

Permalink
chore(deps): bump docker/metadata-action from 4 to 5 (#106)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 6df1704 commit c30e656
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-prerelease-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Get the http-server docker tag for GHCR
id: http-server-ghcr-tag
if: steps.check-build-and-push.outputs.enable == 'true'
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}-http-server
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Get the http-server docker tag for DockerHub
id: http-server-dockerhub-tag
if: steps.check-build-and-push.outputs.enable == 'true'
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
sofietv/package-manager-http-server
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Get the quantel-http-transformer-proxy docker tag for GHCR
id: quantel-ghcr-tag
if: steps.check-build-and-push.outputs.enable == 'true'
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}-quantel-http-transformer-proxy
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Get the quantel-http-transformer-proxy docker tag for DockerHub
id: quantel-dockerhub-tag
if: steps.check-build-and-push.outputs.enable == 'true'
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
sofietv/package-manager-quantel-http-transformer-proxy
Expand Down

0 comments on commit c30e656

Please sign in to comment.