Skip to content

Commit 3fb0e45

Browse files
authored
Update release.yml
1 parent 0a0ee4b commit 3fb0e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
# list of Docker images to use as base name for tags
5252
images: |
53-
${{ env.IMAGE_NAME }}-pm2
53+
${{ env.IMAGE_NAME }}
5454
# generate Docker tags based on the following events/attributes
5555
tags: |
5656
type=semver,pattern={{version}}-pm2
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
# list of Docker images to use as base name for tags
7373
images: |
74-
${{ env.IMAGE_NAME }}-distroless
74+
${{ env.IMAGE_NAME }}
7575
# generate Docker tags based on the following events/attributes
7676
tags: |
7777
type=semver,pattern={{version}}-distroless

0 commit comments

Comments
 (0)