Skip to content

Commit

Permalink
ci: migrate to dockerhub (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
RRFreitas authored and miguelreiswildlife committed Aug 2, 2024
1 parent 37f87c5 commit 26dab4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.QUAYIO_USERNAME }}
password: ${{ secrets.QUAYIO_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
push: true
tags: quay.io/tfgco/maestro:${{ env.IMAGE_VERSION }}
tags: tfgco/maestro:${{ env.IMAGE_VERSION }}

0 comments on commit 26dab4e

Please sign in to comment.