Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Sep 9, 2024
1 parent 06d9953 commit a63fb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: false
tags: ${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest

0 comments on commit a63fb6a

Please sign in to comment.