Skip to content

Commit

Permalink
Merge pull request #1265 from CollageLabs/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
LuisAlejandro authored Jan 10, 2024
2 parents 43562a3 + 1ced5fd commit 5853c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Building docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: collagelabs/collagelabs.org:latest
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Building docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: collagelabs/collagelabs.org:latest
file: Dockerfile
Expand Down

0 comments on commit 5853c06

Please sign in to comment.