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

This commit is contained in:
jeff 2024-07-18 10:11:06 +00:00
parent c0206c169d
commit 81a93e230b

View File

@ -10,13 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Build the image - name: Build the image
run: | run: docker build --tag git.jeffa.io/jeff/trade_bot .
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: docker push git.jeffa.io/jeff/trade_bot