Skip to content

Commit 4f38b02

Browse files
Add latest push for future caching purposes
1 parent 8733cdd commit 4f38b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ jobs:
4242
echo IMAGE_NAME=$IMAGE_NAME
4343
echo VERSION=$VERSION
4444
docker push $IMAGE_NAME:$VERSION
45+
# Push latest as well for caching purposes
46+
docker tag $IMAGE_NAME:$VERSION $IMAGE_NAME:latest
47+
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)