Skip to content

Commit

Permalink
Merge pull request #1055 from kapicorp/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/metadata-action-5

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
ademariag committed Sep 15, 2023
2 parents 53afe12 + 0ac4a19 commit 12d2652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}}
with:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}}
with:
Expand Down

0 comments on commit 12d2652

Please sign in to comment.