Skip to content

Commit 024756e

Browse files
authored
Merge pull request #62 from timoa/develop
fix(cicd): try to fix Docker tags with latest value
2 parents 5629669 + 14ca3df commit 024756e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ jobs:
141141
uses: docker/metadata-action@v3
142142
with:
143143
images: ${{ github.repository }}
144+
tags: |
145+
type=ref,event=branch
146+
type=semver,pattern={{version}}
147+
type=semver,pattern={{major}}.{{minor}}
148+
type=semver,pattern={{major}}
149+
type=raw,value=latest
144150
145151
- name: Set up QEMU
146152
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)