mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 19:03:31 -04:00
Update GitHub workflow actions
This commit is contained in:
parent
ad58d74699
commit
4e8d3097b9
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Deploy kiwix-tools Docker Image
|
name: Deploy kiwix-tools Docker Image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3
|
||||||
- name: build and publish kiwix-tools
|
- name: build and publish kiwix-tools
|
||||||
uses: openzim/docker-publish-action@v9
|
uses: openzim/docker-publish-action@v9
|
||||||
with:
|
with:
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: build-and-push-kiwix-tools
|
needs: build-and-push-kiwix-tools
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3
|
||||||
- name: build and publish kiwix-serve
|
- name: build and publish kiwix-serve
|
||||||
uses: openzim/docker-publish-action@v9
|
uses: openzim/docker-publish-action@v9
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- ubuntu-impish
|
- ubuntu-impish
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Determine which PPA we should upload to
|
# Determine which PPA we should upload to
|
||||||
- name: PPA
|
- name: PPA
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
path: output
|
path: output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user