|
23 | 23 | id: docker_metadata
|
24 | 24 | uses: docker/metadata-action@v5
|
25 | 25 | with:
|
26 |
| - images: ghcr.io/${{ github.repository }},${{ github.repository }} |
| 26 | + images: ghcr.io/${{ github.repository }} |
27 | 27 | tags: |
|
28 | 28 | type=raw,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }},value=nightly
|
29 | 29 | type=semver,pattern={{version}}
|
@@ -54,30 +54,30 @@ jobs:
|
54 | 54 | tags: ${{ steps.docker_metadata.outputs.tags }}
|
55 | 55 | labels: ${{ steps.docker_metadata.outputs.labels }}
|
56 | 56 |
|
57 |
| - dockerhub-description: |
58 |
| - runs-on: ubuntu-22.04 |
59 |
| - steps: |
60 |
| - - name: Check out repository |
61 |
| - uses: actions/checkout@v4 |
62 |
| - with: |
63 |
| - fetch-depth: 2 |
64 |
| - |
65 |
| - - name: Find change in readme file |
66 |
| - id: readme-change |
67 |
| - uses: tj-actions/changed-files@v44.0.0 |
68 |
| - with: |
69 |
| - files: | |
70 |
| - README.md |
71 |
| -
|
72 |
| - - name: Docker Hub Description |
73 |
| - if: steps.readme-change.outputs.any_changed == 'true' |
74 |
| - uses: peter-evans/dockerhub-description@v4 |
75 |
| - with: |
76 |
| - username: ${{ secrets.DOCKER_HUB_REGISTRY_ID }} |
77 |
| - description: Docker image for https://github.com/okp4/okp4d |
78 |
| - password: ${{ secrets.DOCKER_HUB_REGISTRY_TOKEN }} |
79 |
| - repository: okp4/okp4d |
80 |
| - readme-filepath: README.md |
| 57 | +# dockerhub-description: |
| 58 | +# runs-on: ubuntu-22.04 |
| 59 | +# steps: |
| 60 | +# - name: Check out repository |
| 61 | +# uses: actions/checkout@v4 |
| 62 | +# with: |
| 63 | +# fetch-depth: 2 |
| 64 | +# |
| 65 | +# - name: Find change in readme file |
| 66 | +# id: readme-change |
| 67 | +# uses: tj-actions/changed-files@v44.0.0 |
| 68 | +# with: |
| 69 | +# files: | |
| 70 | +# README.md |
| 71 | +# |
| 72 | +# - name: Docker Hub Description |
| 73 | +# if: steps.readme-change.outputs.any_changed == 'true' |
| 74 | +# uses: peter-evans/dockerhub-description@v4 |
| 75 | +# with: |
| 76 | +# username: ${{ secrets.DOCKER_HUB_REGISTRY_ID }} |
| 77 | +# description: Docker image for https://github.com/okp4/okp4d |
| 78 | +# password: ${{ secrets.DOCKER_HUB_REGISTRY_TOKEN }} |
| 79 | +# repository: okp4/okp4d |
| 80 | +# readme-filepath: README.md |
81 | 81 |
|
82 | 82 | publish-buf-proto:
|
83 | 83 | runs-on: ubuntu-20.04
|
|
0 commit comments