Skip to content

Commit

Permalink
update docker workflow to 0xb79 dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video committed Jul 21, 2022
1 parent 2deceda commit 2ba51c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: livepeer/go-livepeer
images: 0xb79orch/go-livepeer
tags: |
type=ref,event=branch
type=ref,event=tag
Expand All @@ -64,5 +64,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
file: 'docker/Dockerfile'
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=livepeerci/build
cache-to: type=registry,ref=livepeerci/build,mode=max
cache-from: type=registry,ref=0xb79orch/build-livepeer
cache-to: type=registry,ref=0xb79orch/build-livepeer,mode=max

0 comments on commit 2ba51c8

Please sign in to comment.