Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ttt authored Oct 6, 2023
1 parent 9819fe8 commit 536b306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ services:
context: .
x-bake:
tags:
- ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_BRANCH}
- ghcr.io/${GITHUB_REPOSITORY}:latest
- ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA}
- ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_BRANCH}
platforms:
- linux/amd64
- linux/arm64
Expand Down

0 comments on commit 536b306

Please sign in to comment.