Update .gitea/workflows/publish.yaml
Some checks failed
Podman Image CI / build (push) Failing after 15s
Some checks failed
Podman Image CI / build (push) Failing after 15s
This commit is contained in:
parent
91d0f50fd4
commit
c0206c169d
@ -15,6 +15,8 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y podman
|
||||
- name: Build the image
|
||||
run: podman build --tag git.jeffa.io/jeff/trade_bot .
|
||||
run: |
|
||||
sudo mount --make-rshared /
|
||||
podman build --tag git.jeffa.io/jeff/trade_bot .
|
||||
- name: Push the image
|
||||
run: podman push git.jeffa.io/jeff/trade_bot
|
||||
|
Loading…
Reference in New Issue
Block a user