Skip to content

Commit

Permalink
Docker build syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs committed Jul 24, 2024
1 parent 0882f46 commit 6350b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
REPOSITORY: fb-editor
IMAGE_TAG: ${{ github.sha }}
run: |
docker -f docker/web/Dockerfile build -t ${REGISTRY}/${REPOSITORY}:${IMAGE_TAG} .
docker build -f docker/web/Dockerfile -t ${REGISTRY}/${REPOSITORY}:${IMAGE_TAG} .
docker tag ${REPOSITORY}:${IMAGE_TAG} ${REGISTRY}/${REPOISTORY}:${IMAGE_TAG}
docker push ${REGISTRY}/${REPOSITORY}:${IMAGE_TAG}

0 comments on commit 6350b31

Please sign in to comment.