Skip to content

Commit

Permalink
VP-3718: Fix build-image action fail (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvktsk authored Oct 23, 2020
1 parent b2fa3a1 commit 629d43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
id: dockerBuild
uses: VirtoCommerce/vc-github-actions/build-docker-image@master
with:
imageName: "storefront"
tag: ${{ steps.image.outputs.taggedVersion }}
dockerFiles: "https://raw.githubusercontent.com/VirtoCommerce/vc-docker/master/linux/storefront/Dockerfile"

# Step runs only on commit to master or dev brunch
- name: Publish Github Release
Expand Down

0 comments on commit 629d43a

Please sign in to comment.