Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 02d8fa9

Browse files
committed
Use Ubuntu 24 and prepare workflow for merging
1 parent 047b563 commit 02d8fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Push Docker Image
22

33
on:
44
push:
5-
branches: [ "micronaut" ]
5+
branches: [ "main", "micronaut" ]
66

77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: read
1616
packages: write

0 commit comments

Comments
 (0)