Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix typo in docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Feb 21, 2020
1 parent de9cf9c commit ce41977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
docker buildx build \
-t cyberreboot/crviz:${{ steps.change_version.outputs.VERSION }} .
docker buildx build \
-f Dockerfile.gh
-f Dockerfile.gh \
-t cyberreboot/crviz-gh:${{ steps.change_version.outputs.VERSION }} .
if: github.repository == 'cyberreboot/crviz'

0 comments on commit ce41977

Please sign in to comment.