Skip to content

Commit 4a26dcb

Browse files
Another attempt.
1 parent 620c675 commit 4a26dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ jobs:
253253
load: true
254254
platforms: linux/amd64,linux/arm64
255255
push: true
256-
tags: squidex-local,squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
256+
tags: squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
257257

258258
- name: Release - Make directories
259259
run: sudo mkdir /build /release
260260

261261
- name: Release - Create container
262-
run: docker create --name squidex-container squidex-local
262+
run: docker create --name squidex-container squidex/squidex:${{ env.GITHUB_REF_SLUG }}
263263

264264
- name: Release - Get binaries
265265
run: sudo docker cp squidex-container:/app/. /build

0 commit comments

Comments
 (0)