Skip to content

Commit 7702205

Browse files
committed
Update dependencies for production EE2E
1 parent a45ca40 commit 7702205

5 files changed

Lines changed: 16 additions & 30 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77

88
jobs:
99
build-and-push-docker-images:
10-
uses: Discord-TTS/shared-workflows/.github/workflows/docker.yml@v1
10+
uses: Discord-TTS/shared-workflows/.github/workflows/docker.yml@v2
1111
with:
1212
repo-name: discord-tts-bot
13+
extra-tag: ${{ github.sha }}
1314
secrets:
1415
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1516
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@
4646
cmake
4747
];
4848

49+
doCheck = false;
4950
hardeningDisable = [ "fortify" ];
5051
};
5152
in
5253
tts-utils.mkTTSModule {
5354
inherit pkgs;
5455
package = botPkg;
5556
disableFortify = true;
57+
extraDockerContents = with pkgs; [ dockerTools.caCertificates ];
5658
extraDevTools = with pkgs; [
5759
clippy
5860
rustfmt

0 commit comments

Comments
 (0)