Skip to content

Commit

Permalink
Use docker/metadata-action v5 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 16, 2024
1 parent 04ea8e0 commit a911c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract docker metadata for harvester
id: meta-1
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME_1 }}
labels: |
Expand All @@ -63,7 +63,7 @@ jobs:
org.opencontainers.image.documentation=https://github.com/indexdata/localindices/tree/master/doc
- name: Extract docker metadata for harvester-admin
id: meta-2
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME_2 }}
labels: |
Expand Down

0 comments on commit a911c5e

Please sign in to comment.