Skip to content

Commit 740ec99

Browse files
authored
Merge pull request #80 from petersem/dependabot/github_actions/master/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents b835c83 + 48400b9 commit 740ec99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.DOCKER_PASSWORD }}
2727
-
2828
name: Build and push
29-
uses: docker/build-push-action@v4
29+
uses: docker/build-push-action@v5
3030
with:
3131
context: .
3232
push: true

.github/workflows/dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818
- name: Push to Docker Hub
19-
uses: docker/build-push-action@v4
19+
uses: docker/build-push-action@v5
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)