Skip to content

Commit

Permalink
Merge pull request #44 from openshift-pipelines/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/docker/metadata-action-5.0.0

Bump docker/metadata-action from 4.6.0 to 5.0.0
  • Loading branch information
openshift-merge-robot authored Sep 19, 2023
2 parents 2ee4df8 + 32487b8 commit 7123fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
id: meta
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
- name: Build and push Docker image
Expand Down

0 comments on commit 7123fb4

Please sign in to comment.