Skip to content

Commit

Permalink
Fixes tags for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Oct 1, 2023
1 parent 57f6feb commit 0800d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/deploy-release-rootless.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ jobs:
images: |
unfoldingword/dcs
tags: |
type=match,pattern=v(\d)
type=match,pattern=v(\d.\d)
type=match,pattern=v(\d.\d.\d)
type=match,pattern=v(.*)-dcs
type=raw,value=latest
type=match,pattern=v(\d+),group=1
type=match,pattern=v(\d+.\d+),group=1
type=match,pattern=v(\d+.\d+.\d+),group=1
type=match,pattern=v(.*)-dcs,group=1
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 0800d9b

Please sign in to comment.