Move the build actions from Forgejo actions to docker build actions
This commit is contained in:
parent
48f4d689a5
commit
c3e1dc84f3
1 changed files with 0 additions and 13 deletions
|
|
@ -9,19 +9,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Pandoc
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y pandoc
|
|
||||||
|
|
||||||
- name: Generate guide.html
|
|
||||||
run: bash update-guide.sh
|
|
||||||
|
|
||||||
- name: Install Podman
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y podman
|
|
||||||
|
|
||||||
- name: Podman Login
|
- name: Podman Login
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue