Skip to content

Commit 053f041

Browse files
authored
Merge pull request #42 from mhzawadi/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents c5ebb70 + 03d1329 commit 053f041

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image-dev.yml

+1-1
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@v5
21+
uses: docker/build-push-action@v6
2222
with:
2323
push: true
2424
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/image-latest.yml

+1-1
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@v5
21+
uses: docker/build-push-action@v6
2222
with:
2323
push: true
2424
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/image-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: login to docker hub
2424
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2525
- name: build the image
26-
uses: docker/build-push-action@v5
26+
uses: docker/build-push-action@v6
2727
with:
2828
push: true
2929
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)