We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e448e2c commit eb53dd2Copy full SHA for eb53dd2
.github/workflows/base.yml
@@ -49,12 +49,13 @@ jobs:
49
provenance: mode=max
50
sbom: true
51
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."
+ - uses: peter-evans/dockerhub-description@v4
+ continue-on-error: true
+ with:
+ username: ${{ vars.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
+ repository: cubecoders/ampbase
58
+ short-description: "Images for AMP's Docker instances."
59
60
concurrency:
61
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments