Skip to content

Commit

Permalink
Merge pull request #128 from borgmatic-collective/rename-ghcr-image
Browse files Browse the repository at this point in the history
Rename ghcr package
  • Loading branch information
grantbevis authored Jun 10, 2022
2 parents deda4a5 + 4cce6cb commit 35c4f78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
Expand All @@ -50,7 +50,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=raw,value=latest-msmtp,enable={{is_default_branch}}
Expand All @@ -70,7 +70,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=raw,value=latest-ntfy,enable={{is_default_branch}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/borgmatic-collective/docker-borgmatic
ghcr.io/borgmatic-collective/borgmatic
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 35c4f78

Please sign in to comment.