Update workflow actions and containers (#121)

This commit is contained in:
Robert Scheck
2024-12-26 02:21:19 +01:00
committed by GitHub
parent 0678439386
commit b769ad9ce6
2 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
build: build:
name: Build container name: Build container
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: test needs: test
steps: steps:
@@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
file: .github/images/alpine:3.Dockerfile file: .github/images/alpine:3.Dockerfile
context: . context: .

View File

@@ -8,12 +8,15 @@ on:
- reopened - reopened
- ready_for_review - ready_for_review
- synchronize - synchronize
push:
branches:
- main
workflow_call: workflow_call:
jobs: jobs:
output-unit-tests: output-unit-tests:
name: output unit tests name: output unit tests
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: clone repo - name: clone repo
uses: actions/checkout@v4 uses: actions/checkout@v4