Skip to content

Commit eb53dd2

Browse files
authored
chore: don't fail job on description update
1 parent e448e2c commit eb53dd2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/base.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ 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."
52+
- uses: peter-evans/dockerhub-description@v4
53+
continue-on-error: true
54+
with:
55+
username: ${{ vars.DOCKERHUB_USERNAME }}
56+
password: ${{ secrets.DOCKERHUB_TOKEN }}
57+
repository: cubecoders/ampbase
58+
short-description: "Images for AMP's Docker instances."
5859

5960
concurrency:
6061
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)