Skip to content

Commit

Permalink
fix: build multiple platform docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jun 23, 2024
1 parent 912839d commit e2e448b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
image-names: ${{steps.vars.outputs.APP_NAME}}
cut-off: A month ago UTC
keep-at-least: 5
skip-tags: latest, beta, alpha
keep-at-least: 10
untagged-only: true
account-type: personal
token: ${{ secrets.PAT }}
# - name: Remove old artifacts
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
node-version: "20"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# step 3: set workflow variables
- id: metadata
Expand Down Expand Up @@ -161,9 +161,10 @@ jobs:
with:
name: ${{needs.build.outputs.APP_NAME}}
path: build
- name: Display structure of downloaded files
run: ls -R
working-directory: build
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit e2e448b

Please sign in to comment.