mirror of
https://github.com/openzim/zimit.git
synced 2025-09-24 04:30:11 -04:00
Update GitHub workflow actions
This commit is contained in:
parent
64bc8bf09f
commit
79d444e7ea
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -4,10 +4,11 @@ on: push
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration-tests:
|
integration-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: build image
|
- name: build image
|
||||||
run: docker build -t zimit .
|
run: docker build -t zimit .
|
||||||
|
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -10,9 +10,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
name: Deploy Docker Image
|
name: Deploy Docker Image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Retrieve source code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: openzim/docker-publish-action@v9
|
uses: openzim/docker-publish-action@v9
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user