Skip to content

Commit 69f3e88

Browse files
authored
Merge pull request #105 from CCI-MOC/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 4 to 6
2 parents ff6ce28 + 165450b commit 69f3e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Build and push Docker image with Buildx (don't push on PR)
6161
# https://github.com/docker/build-push-action
6262
- name: Build and push Docker image
63-
uses: docker/build-push-action@v4
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: .
6666
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)