summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pöschl <Poeschl@users.noreply.github.com>2021-05-15 22:28:31 +0200
committerGitHub <noreply@github.com>2021-05-15 22:28:31 +0200
commit5141d75684b2ff1c95ff4782eef05dc5cd025424 (patch)
tree73556550fcb6a7043c8867db6e68db4c3ee91794 /.github
parentfadb75e04f995a4ac9e83be872a3c8e94e2a68b4 (diff)
Fix missing docker image name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ff9cfba9..1f1252f6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ env.PUSH_BRANCH == 'true' }}
- tags: "${{ matrix.os != 'debian' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"
+ tags: "${{ env.DEFAULT_DOCKER_IMAGE }}:${{ matrix.os != 'debian' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"
build-args: |
CHANGING_ARG=${{ github.sha }}
context: .