mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-18 07:35:40 +01:00
Updated actions dependencies
This commit is contained in:
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@@ -13,9 +13,9 @@ 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@v2
|
- uses: actions/checkout@v3.1.0
|
||||||
- name: build and publish kiwix-tools
|
- name: build and publish kiwix-tools
|
||||||
uses: openzim/docker-publish-action@v5
|
uses: openzim/docker-publish-action@v9
|
||||||
with:
|
with:
|
||||||
image-name: kiwix/kiwix-tools
|
image-name: kiwix/kiwix-tools
|
||||||
credentials: |
|
credentials: |
|
||||||
@@ -33,15 +33,17 @@ jobs:
|
|||||||
linux/arm64
|
linux/arm64
|
||||||
restrict-to: kiwix/kiwix-tools
|
restrict-to: kiwix/kiwix-tools
|
||||||
manual-tag: ${{ github.event.inputs.version }}
|
manual-tag: ${{ github.event.inputs.version }}
|
||||||
|
repo_description: auto
|
||||||
|
repo_overview: Kiwix command line tools
|
||||||
|
|
||||||
build-and-push-kiwix-serve:
|
build-and-push-kiwix-serve:
|
||||||
name: Deploy kiwix-serve Docker Image
|
name: Deploy kiwix-serve Docker Image
|
||||||
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@v2
|
- uses: actions/checkout@v3.1.0
|
||||||
- name: build and publish kiwix-serve
|
- name: build and publish kiwix-serve
|
||||||
uses: openzim/docker-publish-action@v5
|
uses: openzim/docker-publish-action@v9
|
||||||
with:
|
with:
|
||||||
image-name: kiwix/kiwix-serve
|
image-name: kiwix/kiwix-serve
|
||||||
credentials: |
|
credentials: |
|
||||||
@@ -59,3 +61,5 @@ jobs:
|
|||||||
linux/arm64
|
linux/arm64
|
||||||
restrict-to: kiwix/kiwix-tools
|
restrict-to: kiwix/kiwix-tools
|
||||||
manual-tag: ${{ github.event.inputs.version }}
|
manual-tag: ${{ github.event.inputs.version }}
|
||||||
|
repo_description: auto
|
||||||
|
repo_overview: Kiwix web-server
|
||||||
|
|||||||
Reference in New Issue
Block a user