Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 7, 2023
1 parent 284c356 commit 04ab73c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 51 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/deploy-non-main.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: build

on:
push:
branches:
- '*'

jobs:
build:
Expand Down Expand Up @@ -37,7 +35,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build and push testnet
- name: Get Branch Name
id: get-branch-name
run: echo "::set-output name=branch::$(echo $GITHUB_REF | sed 's/refs\/heads\///')"

- name: Build and push privatenet
uses: docker/build-push-action@v2
with:
target: runner
Expand Down

0 comments on commit 04ab73c

Please sign in to comment.