You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/tag.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ jobs:
121
121
--push --ci -P +build-images-all \
122
122
--TAGGED="true" --LATEST="$LATEST"
123
123
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"
126
126
127
127
- name: Install regctl
128
128
uses: regclient/actions/regctl-installer@495560f7c3b510b71ff9f22d6c667c2c429b8e45 # main # zizmor: ignore[stale-action-refs] regctl does not publish tags
0 commit comments