Skip to content

Commit

Permalink
Push images to dockerhub.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Nov 26, 2023
1 parent 419e20b commit 9a41874
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
id: docker_metadata
uses: docker/[email protected]
with:
images: ghcr.io/catalyst-cooperative/pudl-output-differ
images: catalystcoop/pudl-output-differ
flavor: latest=auto
tags: |
type=sha,prefix={{branch}}-
type=raw,value=latest-{{branch}}
# - name: Login to DockerHub
# uses: docker/[email protected]
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 9a41874

Please sign in to comment.