Skip to content

Commit f3133e9

Browse files
authored
Merge pull request wekan#5670 from wekan/dependabot/github_actions/docker/build-push-action-6.13.0
Bump docker/build-push-action from 6.12.0 to 6.13.0
2 parents 1bdbfe8 + de84aa7 commit f3133e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Build and push Docker image with Buildx (don't push on PR)
5656
# https://github.com/docker/build-push-action
5757
- name: Build and push Docker image
58-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
58+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
5959
with:
6060
context: .
6161
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)