Update .gitea/workflows/publish.yaml
Some checks failed
Podman Image CI / build (push) Failing after 15m43s
Some checks failed
Podman Image CI / build (push) Failing after 15m43s
This commit is contained in:
parent
c0206c169d
commit
81a93e230b
@ -10,13 +10,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Podman
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y podman
|
||||
- name: Build the image
|
||||
run: |
|
||||
sudo mount --make-rshared /
|
||||
podman build --tag git.jeffa.io/jeff/trade_bot .
|
||||
run: docker build --tag git.jeffa.io/jeff/trade_bot .
|
||||
- name: Push the image
|
||||
run: podman push git.jeffa.io/jeff/trade_bot
|
||||
run: docker push git.jeffa.io/jeff/trade_bot
|
||||
|
Loading…
Reference in New Issue
Block a user