summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <mateusz.hf18@gmail.com>2026-02-11 08:36:49 +0100
committerCyberL1 <mateusz.hf18@gmail.com>2026-02-11 08:36:49 +0100
commitdf315cdc8cf189100660c5b8edc3783f4012b629 (patch)
tree23dfa9c9db7e1e84972fb47869f4a09d8e9f96f6
parentMerge pull request #1498 from CyberL1/chore/merge-docker-build-workflows (diff)
downloadserver-ts-df315cdc8cf189100660c5b8edc3783f4012b629.tar.xz
fix: no need to cd
-rw-r--r--.github/workflows/build-docker.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml

index e4eae70a..3df58d7d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml
@@ -28,9 +28,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - name: Build the docker image run: nix build .#containers.x86_64-linux.docker.${{ matrix.package }} - working-directory: server - run: docker load < result - working-directory: server - name: downcase REPO run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV} - name: Log in to the Container registry