Skip to content

Commit a8d19fa

Browse files
authored
Merge pull request #6 from dontobi/dependabot/github_actions/main/docker/build-push-action-2.8.0
Bump docker/build-push-action from 2.7.0 to 2.8.0
2 parents 8c6fd91 + 48eeadc commit a8d19fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

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

5151
- name: Build Docker image
52-
uses: docker/build-push-action@v2.7.0
52+
uses: docker/build-push-action@v2.8.0
5353
with:
5454
context: .
5555
file: ./Dockerfile

0 commit comments

Comments
 (0)