Skip to content

Commit 97bca3d

Browse files
committed
update workflows
1 parent 090047e commit 97bca3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
type=raw,value=release,enable=${{ github.event_name == 'release' }},suffix=${{ env.SUFFIX }}
6565
# latest
6666
type=raw,event=tag,value=latest,enable=${{ matrix.image_type != 'cpu' }},suffix=
67+
type=raw,event=tag,value=latest,enable=${{ matrix.image_type == 'cpu' }},suffix=${{ env.SUFFIX }}
6768
labels: |
6869
com.lxpio.image.authors="@LxpioTeam"
6970
com.lxpio.image.licenses=Apache-2.0

0 commit comments

Comments
 (0)