fix(ci): load docker image to runner
All checks were successful
/ release (push) Successful in 3m27s
All checks were successful
/ release (push) Successful in 3m27s
This commit is contained in:
parent
1a2f6c6bb1
commit
6d38a2db78
@ -3,7 +3,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '@weekly'
|
||||
- cron: "@weekly"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@ -37,7 +37,8 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
load: true
|
||||
tags: ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
|
||||
|
||||
- name: Push image
|
||||
run: docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user