Skip to content

Commit

Permalink
Add latest tag by default on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole authored and qstokkink committed Sep 2, 2024
1 parent 56d6cd7 commit 134fa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
build-args: |
GIT_BRANCH=${{ github.ref_name }}
GIT_REPO=https://github.com/${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion build/docker/compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
tribler:
image: ghcr.io/tribler/tribler:main
image: ghcr.io/tribler/tribler:latest
network_mode: host
environment:
CORE_API_PORT: 8085
Expand Down

0 comments on commit 134fa64

Please sign in to comment.