Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
cbanek authored Sep 21, 2023
2 parents a1ea7d3 + 0681a9d commit 8e11126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

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

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

0 comments on commit 8e11126

Please sign in to comment.