Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testnet_env_var' into testnet_en…
Browse files Browse the repository at this point in the history
…v_var
  • Loading branch information
lAmeR1 committed May 1, 2024
2 parents 0abfc77 + 69ec864 commit 8565f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-testimage.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker Image TESTBUILD

on:
workflow_dispatch
on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -19,7 +19,7 @@ jobs:
with:
context: .
push: true
tags: supertypo/kaspa-rest-server:${GITHUB_SHA::8}
tags: supertypo/kaspa-rest-server:${{ github.sha }}
file: ./docker/Dockerfile
build-args: |
version=${{github.ref_name}}

0 comments on commit 8565f92

Please sign in to comment.