asd
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -30,17 +30,17 @@ jobs:
|
||||
- name: "Build and save image"
|
||||
run: |
|
||||
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
|
||||
- name: "Upload artifacts"
|
||||
# - name: "Upload artifacts"
|
||||
# if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
|
||||
uses: "actions/upload-artifact@v4"
|
||||
with:
|
||||
name: "dist-${{ matrix.arch }}"
|
||||
path: "./dist/"
|
||||
retention-days: 1
|
||||
# uses: "actions/upload-artifact@v4"
|
||||
# with:
|
||||
# name: "dist-${{ matrix.arch }}"
|
||||
# path: "./dist/"
|
||||
# retention-days: 1
|
||||
|
||||
push:
|
||||
name: "Push ${{ matrix.arch }} image"
|
||||
if: "startsWith(github.ref, 'refs/tags/v')"
|
||||
# if: "startsWith(github.ref, 'refs/tags/v')"
|
||||
needs: ["build"]
|
||||
runs-on: "ubuntu-latest"
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user