Update release_unstable.yml
This commit is contained in:
parent
d731061a61
commit
989eb17925
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_unstable.yml
vendored
4
.github/workflows/release_unstable.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOTCLEAR_IMAGE: jcpd/docker-dotclear
|
||||
DOTCLEAR_IMAGE: docker-dotclear
|
||||
DOTCLEAR_CANAL: unstable
|
||||
DOCKER_NAMESPACE: jcpd
|
||||
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:dev
|
||||
ghcr.io/${{ github.actor }}/${{ env.DOTCLEAR_IMAGE }}:dev
|
||||
ghcr.io/${{ github.repository }}:dev
|
||||
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
||||
platforms: linux/386,linux/amd64,linux/arm/V6
|
||||
|
||||
|
|
Loading…
Reference in a new issue