Skip to content

Commit

Permalink
Merge pull request #134 from lsst-sqre/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
rra authored Sep 18, 2023
2 parents 8849162 + 1303ae8 commit b890f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the frontend image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -108,7 +108,7 @@ jobs:
cache-to: type=gha,mode=max,scope=frontend

- name: Build and push the worker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit b890f10

Please sign in to comment.