Skip to content

Commit

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

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
nitrosx authored Sep 22, 2023
2 parents 640c099 + d1dbb12 commit 93ad5b2
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-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Create image tags
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/scicatproject/backend-next
flavor: latest=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Create image tags
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/scicatproject/backend-next
flavor: latest=true # adds :latest tag to outputs.tags
Expand Down

0 comments on commit 93ad5b2

Please sign in to comment.