forked from bubuntux/nordvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julio Gutierrez
committed
Nov 8, 2021
1 parent
032d806
commit bae9340
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|
@@ -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 }} |