Skip to content

Commit e448e2c

Browse files
committed
fix: disable dockerhub description update pending auth
1 parent d6a2880 commit e448e2c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/base.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ jobs:
4949
provenance: mode=max
5050
sbom: true
5151

52-
- uses: peter-evans/dockerhub-description@v4
53-
with:
54-
username: ${{ vars.DOCKERHUB_USERNAME }}
55-
password: ${{ secrets.DOCKERHUB_TOKEN }}
56-
repository: cubecoders/ampbase
57-
short-description: "Images for AMP's Docker instances."
58-
52+
# - uses: peter-evans/dockerhub-description@v4
53+
# with:
54+
# username: ${{ vars.DOCKERHUB_USERNAME }}
55+
# password: ${{ secrets.DOCKERHUB_TOKEN }}
56+
# repository: cubecoders/ampbase
57+
# short-description: "Images for AMP's Docker instances."
5958

6059
concurrency:
6160
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)