Update GitHub workflow actions

This commit is contained in:
Emmanuel Engelhart 2023-02-07 14:24:12 +01:00
parent 64bc8bf09f
commit 79d444e7ea
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 8 additions and 4 deletions

View File

@ -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 .

View File

@ -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: