Skip to content

Commit 63c033f

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 038f9a8 commit 63c033f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo DOCKER_IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
119119
120120
- name: Build and Push Docker Image to Docker registry
121-
uses: docker/build-push-action@v5
121+
uses: docker/build-push-action@v6
122122
with:
123123
context: .
124124
file: ${{ env.DOCKER_FILE_PATH }}
@@ -135,7 +135,7 @@ jobs:
135135
org.opencontainers.image.revision=${{ github.sha }}
136136
137137
- name: Build and Push Docker UBI Image to Docker registry
138-
uses: docker/build-push-action@v5
138+
uses: docker/build-push-action@v6
139139
with:
140140
context: .
141141
file: ${{ env.DOCKER_UBI_FILE_PATH }}
@@ -165,7 +165,7 @@ jobs:
165165
echo GHCR_IMAGE_REPOSITORY=${{env.REGISTRY}}/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
166166
167167
- name: Build and Push Docker Image to ghcr registry
168-
uses: docker/build-push-action@v5
168+
uses: docker/build-push-action@v6
169169
with:
170170
context: .
171171
file: ${{ env.DOCKER_FILE_PATH }}
@@ -182,7 +182,7 @@ jobs:
182182
org.opencontainers.image.revision=${{ github.sha }}
183183
184184
- name: Build and Push Docker UBI Image to ghcr registry
185-
uses: docker/build-push-action@v5
185+
uses: docker/build-push-action@v6
186186
with:
187187
context: .
188188
file: ${{ env.DOCKER_UBI_FILE_PATH }}

.github/workflows/push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo DOCKER_IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
108108
109109
- name: Build and Push Docker Image to Docker registry
110-
uses: docker/build-push-action@v5
110+
uses: docker/build-push-action@v6
111111
with:
112112
context: .
113113
file: ${{ env.DOCKER_FILE_PATH }}
@@ -124,7 +124,7 @@ jobs:
124124
org.opencontainers.image.revision=${{ github.sha }}
125125
126126
- name: Build and Push Docker UBI Image to Docker registry
127-
uses: docker/build-push-action@v5
127+
uses: docker/build-push-action@v6
128128
with:
129129
context: .
130130
file: ${{ env.DOCKER_UBI_FILE_PATH }}
@@ -154,7 +154,7 @@ jobs:
154154
echo GHCR_IMAGE_REPOSITORY=${{env.REGISTRY}}/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
155155
156156
- name: Build and Push Docker Image to ghcr registry
157-
uses: docker/build-push-action@v5
157+
uses: docker/build-push-action@v6
158158
with:
159159
context: .
160160
file: ${{ env.DOCKER_FILE_PATH }}
@@ -171,7 +171,7 @@ jobs:
171171
org.opencontainers.image.revision=${{ github.sha }}
172172
173173
- name: Build and Push Docker UBI Image to ghcr registry
174-
uses: docker/build-push-action@v5
174+
uses: docker/build-push-action@v6
175175
with:
176176
context: .
177177
file: ${{ env.DOCKER_UBI_FILE_PATH }}

0 commit comments

Comments
 (0)