We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0ee4b commit 3fb0e45Copy full SHA for 3fb0e45
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
# list of Docker images to use as base name for tags
52
images: |
53
- ${{ env.IMAGE_NAME }}-pm2
+ ${{ env.IMAGE_NAME }}
54
# generate Docker tags based on the following events/attributes
55
tags: |
56
type=semver,pattern={{version}}-pm2
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
- ${{ env.IMAGE_NAME }}-distroless
75
76
77
type=semver,pattern={{version}}-distroless
0 commit comments