Skip to content

Commit cacccb7

Browse files
Update docker/build-push-action action to v6
1 parent 3cab5e2 commit cacccb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/master.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.OPENSHIFT_TOKEN }}
4343

4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@v4
45+
uses: docker/build-push-action@v6
4646
with:
4747
context: .
4848
push: true

Diff for: .github/workflows/pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.OPENSHIFT_TOKEN }}
4242

4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v4
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: .
4747
push: ${{ !startsWith(github.head_ref, 'renovate/') }}

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636

3737
- name: Build and push Docker image
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
push: true

0 commit comments

Comments
 (0)