Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
ci: fix debug suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Feb 14, 2024
1 parent 6bbada7 commit 38d862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}},suffix=debug
type=ref,event=branch,suffix=debug
type=ref,event=branch,suffix=-debug
- name: Build debug
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 38d862d

Please sign in to comment.