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 Aug 31, 2022
1 parent 06a188e commit 63415a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
livepeer/go-livepeer
0xb79orch/go-livepeer
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
Expand All @@ -82,7 +82,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
livepeerci/build:latest
0xb79orch/build-livepeer:latest
ghcr.io/${{ github.repository }}:builder
file: 'docker/Dockerfile'
target: build
Expand All @@ -103,5 +103,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
file: 'docker/Dockerfile'
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=livepeerci/build:cache
cache-to: type=registry,ref=livepeerci/build:cache,mode=max
cache-from: type=registry,ref=0xb79orch/build-livepeer:cache
cache-to: type=registry,ref=0xb79orch/build-livepeer:cache,mode=max

0 comments on commit 63415a9

Please sign in to comment.