Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: docker build pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 24, 2021
1 parent e5620ce commit c32aded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly.yaml
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Build Docker image
run: |
cd backend
docker build \
-t "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}" \
-t "ghcr.io/${GITHUB_REPOSITORY}:nightly" ./docker
Expand Down

0 comments on commit c32aded

Please sign in to comment.