2 Commits

Author SHA1 Message Date
Chris Richardson
968880f2cc asd
Some checks failed
Main / Build arm64v8 image (push) Successful in 10m46s
Main / Push arm64v8 image (push) Successful in 2m2s
Main / Push manifest (push) Failing after 16s
Main / Publish GitHub release (push) Has been skipped
2025-07-10 22:20:14 -04:00
Chris Richardson
01e08053a2 asd
Some checks failed
Main / Build arm64v8 image (push) Successful in 1m29s
Main / Push arm64v8 image (push) Failing after 1m7s
Main / Push manifest (push) Has been skipped
Main / Publish GitHub release (push) Has been skipped
2025-07-10 21:49:19 -04:00

View File

@@ -32,7 +32,7 @@ jobs:
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
- name: "Upload artifacts"
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
uses: "actions/upload-artifact@v4"
uses: "christopherhx/gitea-upload-artifact@v4"
with:
name: "dist-${{ matrix.arch }}"
path: "./dist/"
@@ -52,14 +52,14 @@ jobs:
- name: "Checkout project"
uses: "actions/checkout@v4"
- name: "Download artifacts"
uses: "actions/download-artifact@v4"
uses: "christopherhx/gitea-download-artifact@v4"
with:
name: "dist-${{ matrix.arch }}"
path: "./dist/"
- name: "Login to Docker Hub"
uses: "docker/login-action@v3"
with:
registry: "d.lilpenguins.com"
# - name: "Login to Docker Hub"
# uses: "docker/login-action@v3"
# with:
# registry: "d.lilpenguins.com"
- name: "Load and push image"
run: |
make "load-${{ matrix.arch }}-image" "push-${{ matrix.arch }}-image"
@@ -74,10 +74,10 @@ jobs:
steps:
- name: "Checkout project"
uses: "actions/checkout@v4"
- name: "Login to Docker Hub"
uses: "docker/login-action@v3"
with:
registry: "d.lilpenguins.com"
# - name: "Login to Docker Hub"
# uses: "docker/login-action@v3"
# with:
# registry: "d.lilpenguins.com"
- name: "Push manifest"
run: |
make push-cross-manifest