Skip to content

Commit

Permalink
Disable srtool
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jul 26, 2023
1 parent 357606f commit 7a177b5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
registry: ${{ env.DOCKER_REGISTRY }}

## If new version required, please enable this.
- name: srtool
uses: docker/build-push-action@v3
if: ${{ matrix.package == 'srtool' }}
env:
RUST_TOOLCHAIN: nightly-2023-05-22
with:
push: true
context: docker-image/srtool
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/srtool:${{ env.RUST_TOOLCHAIN }}
build-args: |
RUSTC_VERSION=${{ env.RUST_TOOLCHAIN }}
# - name: srtool
# uses: docker/build-push-action@v3
# if: ${{ matrix.package == 'srtool' }}
# env:
# RUST_TOOLCHAIN: nightly-2023-05-22
# with:
# push: true
# context: docker-image/srtool
# tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/srtool:${{ env.RUST_TOOLCHAIN }}
# build-args: |
# RUSTC_VERSION=${{ env.RUST_TOOLCHAIN }}

- name: safe-transaction-service
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 7a177b5

Please sign in to comment.