Merge pull request #2 from cpfarhood/dependabot/github_actions/docker/build-push-action-6

build(deps): Bump docker/build-push-action from 5 to 6
This commit was merged in pull request #2.
This commit is contained in:
2026-02-20 07:28:37 -05:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}