Skip to content

Commit

Permalink
Update agoric tagging to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
minniux committed Aug 27, 2024
1 parent 36241a6 commit 17ff350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push agoric Docker Image
on:
push:
tags:
- "agoric-v[0-9]+.[0-9]+.[0-9]+*"
- "agoric-upgrade-[0-9]+*"
workflow_dispatch:

env:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Extract version from tag
id: extract_version
run: echo "VERSION=${GITHUB_REF#refs/tags/agoric-}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Manually pull the base Docker image
run: |
Expand Down

0 comments on commit 17ff350

Please sign in to comment.