Skip to content

Commit

Permalink
fix tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 committed Sep 26, 2022
1 parent cb1aa4b commit 3865350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/getogp.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
images: ghcr.io/nasa9084/getogp
tags: |
type=match,pattern=getogp-(.*),group=1
type=match,pattern=getogp/(.*),group=1
- uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 3865350

Please sign in to comment.