We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090047e commit 97bca3dCopy full SHA for 97bca3d
.github/workflows/docker.yml
@@ -64,6 +64,7 @@ jobs:
64
type=raw,value=release,enable=${{ github.event_name == 'release' }},suffix=${{ env.SUFFIX }}
65
# latest
66
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 }}
68
labels: |
69
com.lxpio.image.authors="@LxpioTeam"
70
com.lxpio.image.licenses=Apache-2.0
0 commit comments