Skip to content

Commit

Permalink
Update workflow actions and containers
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Dec 25, 2024
1 parent 0678439 commit 67731f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

build:
name: Build container
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test

steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: .github/images/alpine:3.Dockerfile
context: .
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
- reopened
- ready_for_review
- synchronize
push:
branches:
- main
workflow_call:

jobs:
output-unit-tests:
name: output unit tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: clone repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 67731f8

Please sign in to comment.