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 6d2fd28 commit 83fe3b0Copy full SHA for 83fe3b0
.github/workflows/base.yml
@@ -55,20 +55,6 @@ jobs:
55
provenance: mode=max
56
sbom: true
57
58
- update_description:
59
- if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && always() }}
60
- needs: [build_and_push]
61
- runs-on: ubuntu-latest
62
- continue-on-error: true
63
-
64
- steps:
65
- - uses: peter-evans/dockerhub-description@v4
66
- with:
67
- username: ${{ vars.DOCKERHUB_USERNAME }}
68
- password: ${{ secrets.DOCKERHUB_TOKEN }}
69
- repository: cubecoders/ampbase
70
- short-description: "Images for AMP's Docker instances."
71
72
concurrency:
73
group: ${{ github.workflow }}-${{ github.ref }}
74
cancel-in-progress: false
.github/workflows/cleanup.yml
0 commit comments