Skip to content

Commit

Permalink
XXX: Build aligned_base testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 10, 2024
1 parent 2a75a3b commit 74bd6ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
env:
IMAGE_NAME: aligned_base
FULL_REPO_NAME: ${{ github.repository }}
GIT_BRANCH: ${{ github.ref_name }}
GIT_BRANCH: testnet

jobs:
docker-build-push:
name: Build docker
runs-on: ubuntu-latest
runs-on: aligned-runner-ci

permissions:
contents: read
Expand All @@ -30,6 +30,9 @@ jobs:

- name: Checkout
uses: actions/checkout@v1
with:
ref: testnet


- name: Build Docker image
run: |
Expand Down

0 comments on commit 74bd6ff

Please sign in to comment.