Skip to content

Commit

Permalink
Merge pull request #3 from cash-track/chore/upgrade
Browse files Browse the repository at this point in the history
Upgrade github actions
  • Loading branch information
vokomarov authored Nov 15, 2024
2 parents 072ab78 + 305faa3 commit 28ea2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Extract Docker metadata
if: github.event_name != 'pull_request'
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REPO }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Extract Docker metadata
if: github.event_name != 'pull_request'
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REPO }}
tags: |
Expand Down

0 comments on commit 28ea2f6

Please sign in to comment.