Skip to content

Commit 9f09fbb

Browse files
committed
fix(ci): Build args should be last
1 parent d6008f9 commit 9f09fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
--push --ci -P +build-images-all \
122122
--TAGGED="true" --LATEST="$LATEST"
123123
earthly \
124-
--TAGGED="true" --LATEST="$LATEST" \
125-
--artifact +sign-all/digest-list ./digest-list
124+
--artifact +sign-all/digest-list ./digest-list \
125+
--TAGGED="true" --LATEST="$LATEST"
126126
127127
- name: Install regctl
128128
uses: regclient/actions/regctl-installer@495560f7c3b510b71ff9f22d6c667c2c429b8e45 # main # zizmor: ignore[stale-action-refs] regctl does not publish tags

0 commit comments

Comments
 (0)