Skip to content

Commit e0d2b39

Browse files
chore: Update Dockerfile to push latest image version
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 579f254 commit e0d2b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
# Publish `v1.2.3` tags as releases.
1010
tags:
11-
- v*
11+
- "*"
1212

1313
env:
1414
FETCHER_IMAGE_VERSION: ""
@@ -44,4 +44,4 @@ jobs:
4444
docker push $IMAGE_NAME:$VERSION
4545
# Push latest as well for caching purposes
4646
docker tag $IMAGE_NAME:$VERSION $IMAGE_NAME:latest
47-
docker push $IMAGE_NAME:latest
47+
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)