Skip to content

Commit

Permalink
Merge pull request #9556 from roundcube/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 2 to 6
  • Loading branch information
pabzm authored Aug 13, 2024
2 parents 8dc8f05 + 3c43b86 commit 477e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
file: ./.ci/docker-images/Dockerfile
Expand Down

0 comments on commit 477e2bc

Please sign in to comment.