Skip to content

Commit ad02d56

Browse files
committed
CI: fix the github workflow
Define a specific build stage target. Change-Id: Ia9844f96700176d144879d52a36392433969b95d
1 parent e86d97f commit ad02d56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-package.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_DEPS }}
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
context: .
4040
file: ./Dockerfile
4141
push: true
4242
tags: ${{ steps.meta.outputs.tags }}
43-
labels: ${{ steps.meta.outputs.labels }}
43+
labels: ${{ steps.meta.outputs.labels }}
44+
target: build

0 commit comments

Comments
 (0)