Skip to content

Commit

Permalink
Switch docker image publishing to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
edd authored Jul 3, 2023
1 parent 26188ad commit 3e8cc1c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/02-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: Package approbation image

"on":
on:
push:
branches: [main]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"

jobs:
build:
Expand Down Expand Up @@ -41,4 +43,4 @@ jobs:
ghcr.io/vegaprotocol/approbation:${{github.ref_name}}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 3e8cc1c

Please sign in to comment.