mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 07:39:53 +00:00
fix: no need to cd
This commit is contained in:
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user