Skip to content

Commit d5adbde

Browse files
ECR public
1 parent 0c64ea3 commit d5adbde

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ permissions:
1414
contents: read
1515
checks: write
1616

17-
env:
18-
IMAGE_NAME: public.ecr.aws/twisto/actions-techdocs
19-
2017
jobs:
2118
push_to_registry:
2219
name: Push image to ECR
@@ -41,12 +38,10 @@ jobs:
4138
id: meta
4239
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # pin@v5.6.1
4340
with:
44-
images: ${{ env.IMAGE_NAME }}
41+
images: public.ecr.aws/twisto/actions-techdocs
4542
tags: |
46-
type=raw,value={{ sha }},enable=true
47-
type=raw,value=suffix=.latest
48-
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v3
43+
type=raw,value=latest
44+
5045
- name: Docker Setup Buildx
5146
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0
5247

0 commit comments

Comments
 (0)