Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Not supported with tokens at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed May 6, 2021
1 parent af79942 commit 3b220a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
push: true
tags: axelrindle/github-starred-index:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Update repo description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: axelrindle/github-starred-index
# - name: Update repo description
# uses: peter-evans/dockerhub-description@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# repository: axelrindle/github-starred-index
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 3b220a0

Please sign in to comment.