Skip to content

Commit

Permalink
Merge pull request #333 from SUSE/dependabot/github_actions/docker/me…
Browse files Browse the repository at this point in the history
…tadata-action-5.2.0

Bump docker/metadata-action from 5.0.0 to 5.2.0
  • Loading branch information
asmorodskyi authored Dec 4, 2023
2 parents 2c2dc9f + 48e9164 commit 061a14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3
with:
images: ${{ env.REGISTRY }}/${{ env.PCW_IMAGE_PREFIX }}_${{ matrix.suffix }}

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3
with:
images: ${{ env.REGISTRY }}/${{ env.PCW_IMAGE_PREFIX }}_${{ matrix.suffix }}

Expand Down

0 comments on commit 061a14a

Please sign in to comment.