diff --git a/.github/workflows/message-queue-ci.yaml b/.github/workflows/message-queue-ci.yaml index 543d6776..f1e359c7 100644 --- a/.github/workflows/message-queue-ci.yaml +++ b/.github/workflows/message-queue-ci.yaml @@ -44,9 +44,9 @@ jobs: run: > cd message-queue && podman-compose - -p ${{ env.PROJECT }} - --podman-build-args "-t ${{ env.IMAGE_FULL }}:${{ github.sha }}" - build "${{ env.IMAGE }}" + -p ${{ env.PROJECT }} + --podman-build-args "-t ${{ env.IMAGE_FULL }}:${{ github.sha }}" + build "${{ env.IMAGE }}" - name: Print podman images run: podman image ls -a