Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
rra authored Feb 6, 2023
2 parents 4278608 + d388436 commit 20aa8a1
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@v3
uses: docker/build-push-action@v4
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@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit 20aa8a1

Please sign in to comment.