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

Commit

Permalink
fix: line escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 25, 2021
1 parent 2e41b11 commit fc1cda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build Docker image
run: |
docker build \
-f docker/Dockerfile
-f docker/Dockerfile \
-t "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}" \
-t "ghcr.io/${GITHUB_REPOSITORY}:nightly" .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
docker build \
-f docker/Dockerfile
-f docker/Dockerfile \
-t "ghcr.io/${GITHUB_REPOSITORY}:${{ steps.release.outputs.tag_name }}" \
-t "ghcr.io/${GITHUB_REPOSITORY}:latest" .
Expand Down

0 comments on commit fc1cda5

Please sign in to comment.