Skip to content

Commit

Permalink
Merge pull request #73 from orange-cloudfoundry/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/docker/metadata-action-5

github-action: bump docker/metadata-action from 4 to 5
  • Loading branch information
o-orand authored Oct 9, 2023
2 parents 0f7813c + a22ddc4 commit 147b31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Extract metadata (tags, labels) for ghcr
id: meta-ghcr
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/${{ inputs.image }}
tags: |
Expand All @@ -74,7 +74,7 @@ jobs:
org.opencontainers.image.title=Orange ${{ inputs.image }} (GOV.UK PaaS fork)
- name: Extract metadata (tags, labels) for docker hub
id: meta-dockerhub
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_ORG }}/${{ inputs.image }}
tags: |
Expand Down

0 comments on commit 147b31b

Please sign in to comment.