File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
160
160
- name : build container & release
161
161
if : ${{ secrets.TOKEN != '' }}
162
- uses : https://code.forgejo.org/forgejo/forgejo-build-publish/build@v3
162
+ uses : https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5
163
163
with :
164
164
forgejo : " ${{ env.GITHUB_SERVER_URL }}"
165
165
owner : " ${{ env.GITHUB_REPOSITORY_OWNER }}"
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
- name : build rootless container
179
179
if : ${{ secrets.TOKEN != '' }}
180
- uses : https://code.forgejo.org/forgejo/forgejo-build-publish/build@v3
180
+ uses : https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5
181
181
with :
182
182
forgejo : " ${{ env.GITHUB_SERVER_URL }}"
183
183
owner : " ${{ env.GITHUB_REPOSITORY_OWNER }}"
Original file line number Diff line number Diff line change 42
42
- uses : actions/checkout@v3
43
43
44
44
- name : copy & sign
45
- uses : https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v4
45
+ uses : https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5
46
46
with :
47
47
from-forgejo : ${{ vars.FORGEJO }}
48
48
to-forgejo : ${{ vars.FORGEJO }}
You can’t perform that action at this time.
0 commit comments