Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: wuyingjun <[email protected]>
  • Loading branch information
wuyingjun-lucky committed Sep 19, 2023
1 parent 4c57133 commit 63b2c13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Upload Images
on:
push:
tags:
- v*
- "v*.*.*"
jobs:
images:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -14,6 +15,7 @@ jobs:
fetch-depth: 0
- name: Set up qemu
uses: docker/setup-qemu-action@v2
visibility: public
- name: Login registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 63b2c13

Please sign in to comment.