From 1c19c8efdfccbf0090dd2c13595387f49c0e7850 Mon Sep 17 00:00:00 2001 From: fewensa Date: Thu, 28 Dec 2023 14:51:25 +0000 Subject: [PATCH] CI --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7f175ea..48b488e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: package: - - srtool + #- srtool - safe-transaction-service - optimism steps: @@ -53,6 +53,6 @@ jobs: if: ${{ matrix.package == 'safe-transaction-service' }} with: push: true - context: docker-image/safe-transaction-service - tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/safe-transaction-service:sha-${{ env.SHA }} + context: docker-image/${{ matrix.package }} + tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/${{ matrix.package }}:sha-${{ env.SHA }}