Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Oct 16, 2023
1 parent 04e8f0b commit cd334cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
VERSION: ${{ github.event.release.tag_name }}

- name: Build the Docker container image for BlazorStore
- name: Build the Docker container image
run: docker build -f "./src/Angor/Server/Dockerfile.Release" -t blockcore/angor:latest -t blockcore/angor:${{ github.event.release.tag_name }} --label "unstable=true" "."

- name: Login and Push to Docker Registry
Expand Down

0 comments on commit cd334cb

Please sign in to comment.