Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 14, 2024
1 parent b907cfa commit 6d47c2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and Dockerize

on:
release:
types: [created]
push:
tags:
- 'v*'

jobs:
docker:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
push: true
tags: ghcr.io/ark-network/clark:latest,ghcr.io/ark-network/clark:${{ env.TAG }}
platforms: linux/amd64,linux/arm64

binary:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 6d47c2d

Please sign in to comment.