Skip to content

Commit

Permalink
Merge branch 'update-docker-release' into 'dev'
Browse files Browse the repository at this point in the history
update docker release according to tss-api action changes.

See merge request ergo/rosen-bridge/guard-service!228
  • Loading branch information
vorujack committed Sep 1, 2023
2 parents b3c373d + e20787b commit c77dc4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and Push Docker Image

on:
release:
types:
- created
types: [published]

jobs:
build:
Expand All @@ -26,7 +26,7 @@ jobs:
repo: 'rosen-bridge/tss-api'
version: 'latest'
regex: true
file: 'rosenTss-*'
file: 'rosenTss-linux-*'
target: './bin/'

- name: Fetch Latest Version of Contract
Expand Down

0 comments on commit c77dc4b

Please sign in to comment.