Skip to content

Commit

Permalink
Merge pull request #38 from kubism/dependabot/github_actions/docker/m…
Browse files Browse the repository at this point in the history
…etadata-action-4.0.1

ghactions: bump docker/metadata-action from 3.6.2 to 4.0.1
  • Loading branch information
jastBytes authored Jun 28, 2022
2 parents 2b6edf3 + 21b257d commit d0ea2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup-operator-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: meta # Used to pass data into next step
uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: meta # Used to pass data into next step
uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand Down

0 comments on commit d0ea2c2

Please sign in to comment.