Skip to content

Commit

Permalink
added on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed May 16, 2024
1 parent b25c8da commit 996d488
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Push Docker image
on:
push:
branches:
- 'release/**'
tags:
- v0.*
- v1.*

jobs:
push-front:
Expand All @@ -13,6 +14,6 @@ jobs:
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@dc-workflow
secrets: inherit
with:
image-tag: ghcr.io/gunet/wallet-frontend:${GITHUB_REF#refs/heads/release/}
image-tag: ghcr.io/gunet/wallet-frontend:${{ github.ref_name }}
docker-push: true
dockerfile-path: ./Dockerfile
dockerfile-path: ./Dockerfile

0 comments on commit 996d488

Please sign in to comment.