Skip to content

Commit

Permalink
Disable dockerhub description update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer7860 committed Jan 12, 2020
1 parent 4b98bb7 commit 75252d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 --build-arg VERSION=$TARGET_VERSION --build-arg VCS_REF=${GITHUB_SHA::7} --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` -t $DOCKERHUB_REPOSITORY:$TARGET_VERSION .
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 --build-arg VERSION=$TARGET_VERSION --build-arg VCS_REF=${GITHUB_SHA::7} --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` -t $DOCKERHUB_REPOSITORY:latest .
- name: Update DockerHub Description
if: steps.releases.outputs.current != steps.releases.outputs.target
uses: peter-evans/dockerhub-description@v2.0.0
env:
DOCKERHUB_USERNAME: hurlenko
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_REPOSITORY: hurlenko/filebrowser
# - name: Update DockerHub Description
# if: steps.releases.outputs.current != steps.releases.outputs.target
# uses: peter-evans/dockerhub-description@v2.0.0
# env:
# DOCKERHUB_USERNAME: hurlenko
# DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
# DOCKERHUB_REPOSITORY: hurlenko/filebrowser

- name: Create new Github release
if: steps.releases.outputs.current != steps.releases.outputs.target
Expand Down

0 comments on commit 75252d1

Please sign in to comment.