Skip to content

Commit ab433f1

Browse files
committed
fix type
1 parent 7fb3bf0 commit ab433f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
context: .
4848
push: true
49-
tags: ${{ steps.meta.outputs.tags }}
50-
labels: ${{ github.sha }}
49+
tags: ${{ github.sha }}
50+
labels: ${{ steps.meta.outputs.labels }}
5151

5252
# Generates artifact attestation for the image
5353
# - name: Generate artifact attestation

0 commit comments

Comments
 (0)