~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

Make the workaround one-liner like the cosign part

Also update the caching part of things btw

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+2 -12
.github
workflows
+2 -12
.github/workflows/docker.yml
···
cache-to: type=gha,mode=max
- name: Workaround pushbot for misbehaving reverse proxies
if: ${{ github.event_name != 'pull_request' }}
-
run: |
-
set +xe
-
for each "${{ steps.meta.outputs.tags }}" in tag;
-
do
-
docker push $tag
-
done
+
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} docker push {}
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
···
cache-to: type=gha,mode=max
- name: Workaround pushbot for misbehaving reverse proxies
if: ${{ github.event_name != 'pull_request' }}
-
run: |
-
set +xe
-
for each "${{ steps.meta.outputs.tags }}" in tag;
-
do
-
docker push $tag
-
done
+
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} docker push {}
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker