Skip to content

Commit

Permalink
Merge pull request #4596 from learningequality/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
rtibbles authored Oct 25, 2024
2 parents 5d140c8 + aea4929 commit 1d0103f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile.postgres.dev
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./k8s/images/nginx/Dockerfile
Expand Down

0 comments on commit 1d0103f

Please sign in to comment.