Skip to content

Commit

Permalink
Merge pull request #1342 from girder/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

Bump docker/build-push-action from 2 to 5
  • Loading branch information
manthey authored Oct 18, 2023
2 parents 8b989c3 + 8434367 commit 69ea940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push the Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: slim.Dockerfile
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
latest=auto
suffix=-${{ matrix.target }},onlatest=true
- name: Build and push the geosptial Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: slim.Dockerfile
Expand Down

0 comments on commit 69ea940

Please sign in to comment.