From 20d1d6dcab6279d7fc8a06f5f0870a95d521da65 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Thu, 27 Jul 2023 07:02:26 -0600 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38144f2..c32b923 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -74,7 +74,7 @@ jobs: # set build_latest to true if github.event.inputs.use_test_image is false build_latest: ${{ github.event.inputs.use_test_image == 'false' }} build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }} - build_baseimage_url: docker-baseimage:base/docker-baseimage:base-test-pr + build_baseimage_url: docker-baseimage:base/docker-baseimage:base-test-pr/g;s/docker-baseimage:qemu/docker-baseimage:qemu-test-pr secrets: ghcr_token: ${{ secrets.GITHUB_TOKEN }} dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}