From 324acc0152cdd30b93c3960a800b290b21cccfa4 Mon Sep 17 00:00:00 2001 From: gindibay Date: Fri, 14 Jul 2023 18:24:37 +0300 Subject: [PATCH] Adds packaging-test alma images --- .github/workflows/push-alma.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-alma.yml b/.github/workflows/push-alma.yml index bf494e05..e5dac56e 100644 --- a/.github/workflows/push-alma.yml +++ b/.github/workflows/push-alma.yml @@ -43,6 +43,6 @@ jobs: - name: Build and Publish Alma images run: | - docker build -t citus/packaging:${{ matrix.image }} -f dockerfiles/${{ matrix.image }}/Dockerfile . - docker push citus/packaging:${{ matrix.image }} + docker build -t citus/packaging-test:${{ matrix.image }} -f dockerfiles/${{ matrix.image }}/Dockerfile . + docker push citus/packaging-test:${{ matrix.image }}