mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 03:12:04 -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:
|
||||
integration-tests:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: build image
|
||||
run: docker build -t zimit .
|
||||
|
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -10,9 +10,12 @@ on:
|
||||
jobs:
|
||||
build-and-push:
|
||||
name: Deploy Docker Image
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Retrieve source code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: openzim/docker-publish-action@v9
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user