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 d6a2880 commit e448e2cCopy full SHA for e448e2c
.github/workflows/base.yml
@@ -49,13 +49,12 @@ 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."
58
-
+# - uses: peter-evans/dockerhub-description@v4
+# with:
+# username: ${{ vars.DOCKERHUB_USERNAME }}
+# password: ${{ secrets.DOCKERHUB_TOKEN }}
+# repository: cubecoders/ampbase
+# short-description: "Images for AMP's Docker instances."
59
60
concurrency:
61
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments