Skip to content

Commit f4887e9

Browse files
authored
delete comments
1 parent 2e6b92a commit f4887e9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/docker-info-page-publish.yml

-10
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Docker Info Page Publish
22
on:
33
push:
44
branches: [ "main" ]
5-
#env:
6-
# IMAGE_NAME: ${{ github.repository }}
7-
85
jobs:
96
setup-matrix:
107
runs-on: ubuntu-latest
@@ -15,13 +12,6 @@ jobs:
1512
- name: Set matrix data
1613
id: set-matrix
1714
run: echo "matrix=$(jq -c . < .github/workflows/dockerhub-readmes.json)" >> $GITHUB_OUTPUT
18-
# print:
19-
# runs-on: ubuntu-latest
20-
# needs: setup-matrix
21-
# strategy:
22-
# matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
23-
# steps:
24-
# - run: echo "${{ matrix.readmes.fname }} -> ${{ matrix.readmes.repo-name }}"
2515
PublishDockerHubDescription:
2616
runs-on: ubuntu-latest
2717
needs: setup-matrix

0 commit comments

Comments
 (0)