Skip to content

Commit

Permalink
Move tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Nov 27, 2024
1 parent 8ab79db commit 7d1c16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
dockerfile: Dockerfile
push: true

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

build-container-geth-all:
runs-on: [self-hosted, blockchain, 8-cpu]
permissions:
Expand All @@ -55,9 +58,6 @@ jobs:
dockerfile: Dockerfile.alltools
push: true

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

add-geth-master-tag:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/add-docker-tag.yaml
Expand Down

0 comments on commit 7d1c16c

Please sign in to comment.