Skip to content

Commit

Permalink
remove github
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Nov 8, 2021
1 parent 032d806 commit bae9340
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]

- name: Login to DockerHub
uses: docker/[email protected]
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Login to DockerHub
#uses: docker/[email protected]
#with:
#username: ${{ github.repository_owner }}
#password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand All @@ -48,7 +48,6 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ github.repository }}:${{ steps.git.outputs.name }}
ghcr.io/${{ github.repository }}:${{ steps.git.outputs.name }}
- name: Push latest
Expand All @@ -58,13 +57,12 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:latest
- name: Update repo description
uses: peter-evans/[email protected]
if: steps.git.outputs.tag == 'true'
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ github.repository }}
#- name: Update repo description
#uses: peter-evans/[email protected]
#if: steps.git.outputs.tag == 'true'
#with:
#username: ${{ github.repository_owner }}
#password: ${{ secrets.DOCKERHUB_PASSWORD }}
#repository: ${{ github.repository }}

0 comments on commit bae9340

Please sign in to comment.