Skip to content

Commit 4ca1b9f

Browse files
committed
feat: Add support for Ubuntu 24.04
Signed-off-by: Sangam Kumar <sangamcse.dev@gmail.com>
1 parent 44e7591 commit 4ca1b9f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ecr.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Amazon ECR private registry
22
on:
33
push:
44
branches:
5-
- "2204"
5+
- "2404"
66
paths:
77
- ".github/workflows/ecr.yml"
88
- ".github/workflows/ecr/**"
99
- "Makefile.workflow"
1010
workflow_dispatch:
1111
jobs:
1212
main:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -235,6 +235,11 @@ jobs:
235235
--file=Makefile.workflow \
236236
github:ecr:repository:initialize \
237237
hr/ubuntu
238+
make \
239+
--file=Makefile.workflow \
240+
github:ecr:repository:charge \
241+
public.ecr.aws/docker/library/ubuntu:24.04@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 \
242+
hr/ubuntu:24.04
238243
make \
239244
--file=Makefile.workflow \
240245
github:ecr:repository:charge \

0 commit comments

Comments
 (0)