Skip to content

Commit 90c6903

Browse files
authored
Merge pull request #2501 from drwetter/dependabot/github_actions/docker/build-push-action-5.4.0
Bump docker/build-push-action from 5.3.0 to 5.4.0
2 parents a6898ac + cf28ee6 commit 90c6903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v5.3.0
51+
uses: docker/build-push-action@v5.4.0
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .

0 commit comments

Comments
 (0)