fix: no need to cd

This commit is contained in:
CyberL1
2026-02-11 08:36:49 +01:00
parent bfe6bfb1f2
commit df315cdc8c

View File

@@ -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