Skip to content

Commit 62b9c91

Browse files
authored
Merge pull request #21 from mhzawadi/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 3 to 5
2 parents 3fac9d1 + 25d3611 commit 62b9c91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: login to docker hub
1919
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2020
- name: build the image
21-
uses: docker/build-push-action@v3
21+
uses: docker/build-push-action@v5
2222
with:
2323
push: true
2424
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: login to docker hub
1919
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2020
- name: build the image
21-
uses: docker/build-push-action@v3
21+
uses: docker/build-push-action@v5
2222
with:
2323
push: true
2424
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/image-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: login to docker hub
2525
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2626
- name: build the image
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v5
2828
with:
2929
push: true
3030
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)