Skip to content

Commit

Permalink
Update TORUSd CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sskender committed Dec 6, 2021
1 parent 3f1e4d4 commit 3a962d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker torusd CI
name: TORUSd CI

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:

build:
build-docker:

runs-on: ubuntu-latest

Expand All @@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Build torusd latest
- name: Build TORUSd latest
run: DOCKER_BUILDKIT=1 docker build --target torusd-unix --tag ghcr.io/torus-economy/torusd:latest .

- name: Push to GitHub Container Registry
Expand Down

0 comments on commit 3a962d0

Please sign in to comment.