Skip to content

Commit

Permalink
upgrade action to latest ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Feb 17, 2025
1 parent d93038c commit 3dbcaf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ on:
env:
IMAGE_OWNER: noenv
IMAGE_NAME: node
STORAGE_DRIVER: overlay

jobs:
build:
name: Build images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -55,16 +54,13 @@ jobs:

push:
name: Publish images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1

- name: Import images
run: |
podman load -i ./image-amd64/image.tar
Expand Down

0 comments on commit 3dbcaf8

Please sign in to comment.