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

Commit

Permalink
See if this fixes the build
Browse files Browse the repository at this point in the history
For some reason the build of v1.0.2 is failing. GH Actions is not giving
me much information about why; the Docker metadata step is failing to
pick up the tag, but it's not clear why.

The only difference between this workflow and some of the others that
work is this. See if it makes a difference.
  • Loading branch information
amrc-benmorrow committed Jan 31, 2024
1 parent 1dd7161 commit 16ab50f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ env:
on:
release:
types: [ published ]
# Trigger only when a release with tag v*.*.* is published
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
Expand Down

0 comments on commit 16ab50f

Please sign in to comment.