Skip to content

Commit

Permalink
Merge pull request #21 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 70aff1f + 5169069 commit 8830aec
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 @@ -31,7 +31,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: docker/tap
push: true
Expand All @@ -40,7 +40,7 @@ jobs:
ghcr.io/lsst-sqre/tap-postgres-service:${{ steps.vars.outputs.tag }}
- name: Build and push the UWS database image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker/uws
push: true
Expand All @@ -49,7 +49,7 @@ jobs:
ghcr.io/lsst-sqre/tap-postgres-uws:${{ steps.vars.outputs.tag }}
- name: Build and push the mock postgres image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: docker/cadc-postgresql-dev
push: true
Expand Down

0 comments on commit 8830aec

Please sign in to comment.