Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/buildx-lab-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: docker/buildx-desktop
artifact_name: buildx-lab-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildx-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: docker/buildx
artifact_name: buildx-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose-lab-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: docker/compose-desktop
artifact_name: compose-lab-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: docker/compose
artifact_name: compose-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cosign-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: sigstore/cosign
artifact_name: cosign-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: moby/moby
artifact_name: docker-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@1b673f36fad86812f538c1df9794904038a23cbf
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
permissions:
contents: read
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/regclient-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: regclient/regclient
artifact_name: regclient-releases-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/undock-releases-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@2842b806167c9dbacf5f972e0fcf47204a99d987
uses: crazy-max/.github/.github/workflows/releases-json.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
with:
repository: crazy-max/undock
artifact_name: undock-releases-json
Expand Down
Loading