Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 12dfbdb

Browse files
authored
Merge pull request #40 from devinsolutions/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents 5bd1bc9 + 7a2e767 commit 12dfbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
- name: Build the image
36-
uses: docker/build-push-action@v3
36+
uses: docker/build-push-action@v4
3737
with:
3838
pull: true
3939
push: ${{ github.ref_name == 'master' }}

0 commit comments

Comments
 (0)