Update all workflows to use newer action versions and runner environments

This commit is contained in:
EusebioTrigo 2024-02-02 09:35:43 +01:00
parent 3d64fa62df
commit 5acfa47085
No known key found for this signature in database
9 changed files with 24 additions and 24 deletions

View file

@ -17,7 +17,7 @@ env:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -26,7 +26,7 @@ jobs:
steps:
# Checkout push-to-registry action github repository
- name: Checkout Push to Registry action
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install latest podman
if: matrix.install_latest