Skip to content

Commit

Permalink
test: build latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Sep 16, 2024
1 parent 33d46ee commit d2312a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
registry: ghcr.io
workdir: ${{ matrix.workdir }}
snapshot: true
tags: "${{ github.ref == 'refs/heads/main' && 'latest,' || '' }}"
tags: "${{ github.ref == 'refs/heads/main-ci' && 'latest,' || '' }}"

0 comments on commit d2312a5

Please sign in to comment.