Skip to content

Commit

Permalink
fix docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed May 7, 2024
1 parent 9c45ebb commit 196d979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t supertypo/kaspa-rest-server:${{github.ref_name}} \
-t supertypo/kaspa-rest-server:latest
--build-arg version=${{github.ref_name}}
-t supertypo/kaspa-rest-server:latest \
--build-arg version=${{github.ref_name}} \
--push .
docker buildx imagetools inspect supertypo/kaspa-rest-server:${SHORT_SHA}
5 changes: 4 additions & 1 deletion .github/workflows/docker-testimage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Docker Image
on: push
on:
push:
branches-ignore:
- main

jobs:
build:
Expand Down

0 comments on commit 196d979

Please sign in to comment.