We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b92a commit f4887e9Copy full SHA for f4887e9
.github/workflows/docker-info-page-publish.yml
@@ -2,9 +2,6 @@ name: Docker Info Page Publish
2
on:
3
push:
4
branches: [ "main" ]
5
-#env:
6
-# IMAGE_NAME: ${{ github.repository }}
7
-
8
jobs:
9
setup-matrix:
10
runs-on: ubuntu-latest
@@ -15,13 +12,6 @@ jobs:
15
12
- name: Set matrix data
16
13
id: set-matrix
17
14
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 }}"
25
PublishDockerHubDescription:
26
27
needs: setup-matrix
0 commit comments