We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95236f commit b0cdf6bCopy full SHA for b0cdf6b
.github/workflows/main.yml
@@ -6,6 +6,7 @@ on:
6
permissions:
7
id-token: write
8
contents: read
9
+concurrency: ci
10
jobs:
11
build:
12
runs-on: ubuntu-latest
README.md
@@ -1,2 +1,8 @@
1
# hello
2
A Hello World container image.
3
+
4
+```
5
+public.ecr.aws/l0j0k6k8/hello:latest
+public.ecr.aws/l0j0k6k8/hello:v1
+public.ecr.aws/l0j0k6k8/hello:v2
0 commit comments