From 02d8fa988834030fc7d7baa591ccba5b2c2b509e Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 19:47:30 +0000 Subject: [PATCH] Use Ubuntu 24 and prepare workflow for merging --- .github/workflows/push-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 7e8ebb5..5a26231 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -2,7 +2,7 @@ name: Push Docker Image on: push: - branches: [ "micronaut" ] + branches: [ "main", "micronaut" ] env: REGISTRY: ghcr.io @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read packages: write