Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Dec 28, 2023
1 parent feee15b commit 1c19c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
package:
- srtool
#- srtool
- safe-transaction-service
- optimism
steps:
Expand Down Expand Up @@ -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 }}

0 comments on commit 1c19c8e

Please sign in to comment.