Skip to content

Commit dd2e52b

Browse files
authored
Merge pull request #79 from macbre/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2 parents 31775f7 + d5dd6de commit dd2e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# https://github.com/marketplace/actions/build-and-push-docker-images
3535
- name: Build the Docker image
36-
uses: docker/build-push-action@v2
36+
uses: docker/build-push-action@v3
3737
with:
3838
context: .
3939
tags: macbre/nginx

0 commit comments

Comments
 (0)