mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
add source
This commit is contained in:
parent
f3deb3129c
commit
c03b10d62c
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@ -123,9 +123,9 @@ jobs:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
run: |
|
||||
IMAGE=${{ matrix.registry }}/${GITHUB_REPOSITORY,,}
|
||||
TAG=${{ env.tag }}
|
||||
VERSION=${{ env.VERSION }}
|
||||
[[ -f ${{ matrix.architecture }}.Dockerfile ]] && ARCH=${TAG}
|
||||
SOURCE=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}${{ github.event.inputs.tag }}
|
||||
TAG=${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}${{ github.event.inputs.tag }}
|
||||
[[ -f ${{ matrix.architecture }}.Dockerfile ]] && ARCH=${SOURCE}
|
||||
docker manifest create ${IMAGE}:${TAG} ${ARCH}
|
||||
docker manifest push ${IMAGE}:${TAG}
|
||||
TAG=${{ github.ref_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user