Skip to content

Commit 27581ec

Browse files
committed
test without labels on local image
1 parent 85ed385 commit 27581ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
tags: |
8484
local/${{ env.IMAGE_REPOSITORY }}:ci
8585
target: JAVA_BASE_IMAGE
86-
labels: ${{ steps.vars.outputs.image_labels }}
8786

8887
- name: Test Built Image
8988
run: |
@@ -114,8 +113,8 @@ jobs:
114113
quay.io/${{ env.IMAGE_REGISTRY_NAMESPACE }}/${{ env.IMAGE_REPOSITORY }}:${{ steps.vars.outputs.image_tag }}
115114
platforms: linux/amd64,linux/arm64/v8
116115
labels: ${{ steps.vars.outputs.image_labels }}
117-
target: JAVA_BASE_IMAGE
118116
provenance: false
117+
target: JAVA_BASE_IMAGE
119118

120119
- name: Push Image to docker.io
121120
if: github.ref_name == 'master'

0 commit comments

Comments
 (0)