Skip to content

Commit 707bcb8

Browse files
authored
Merge pull request #2 from AdarshRawat1/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 6ab72e1 + 34d2bea commit 707bcb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
username: ${{ secrets.DOCKER_USERNAME }}
4949
password: ${{ secrets.DOCKER_PASSWORD }}
5050
- name: Build and push Docker image to registry
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
password: ${{ secrets.DOCKER_PASSWORD }}
6161

6262
- name: Build and push Docker image to registry
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: .
6666
push: true

0 commit comments

Comments
 (0)