Skip to content

Commit

Permalink
Merge pull request #9 from shizunge/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
shizunge authored Oct 30, 2023
2 parents f658ed4 + df507ab commit 8d977f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
password: ${{ github.token }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
password: ${{ github.token }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository }}
Expand Down

0 comments on commit 8d977f8

Please sign in to comment.