Update .gitea/workflows/publish.yaml
Some checks failed
Podman Image CI / build (push) Failing after 15s

This commit is contained in:
jeff 2024-07-18 10:08:57 +00:00
parent 91d0f50fd4
commit c0206c169d

View File

@ -15,6 +15,8 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y podman sudo apt-get install -y podman
- name: Build the image - 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 - name: Push the image
run: podman push git.jeffa.io/jeff/trade_bot run: podman push git.jeffa.io/jeff/trade_bot