Skip to content

Commit 568e4dd

Browse files
committed
Fix workflow yaml bug
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
1 parent 62513cc commit 568e4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-buildenv-l1-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
context: "."
2626
file: "build-container/test-buildenv-l1.dockerfile"
27-
tag: "test_l1:latest"
27+
tags: "test_l1:latest"
2828

2929
- name: Generate SLSA Provenance
3030
id: slsa

0 commit comments

Comments
 (0)