We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e7591 commit 4ca1b9fCopy full SHA for 4ca1b9f
1 file changed
.github/workflows/ecr.yml
@@ -2,15 +2,15 @@ name: Amazon ECR private registry
2
on:
3
push:
4
branches:
5
- - "2204"
+ - "2404"
6
paths:
7
- ".github/workflows/ecr.yml"
8
- ".github/workflows/ecr/**"
9
- "Makefile.workflow"
10
workflow_dispatch:
11
jobs:
12
main:
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
@@ -235,6 +235,11 @@ jobs:
235
--file=Makefile.workflow \
236
github:ecr:repository:initialize \
237
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
243
make \
244
245
github:ecr:repository:charge \
0 commit comments