Skip to content

Commit

Permalink
Fix build cmd as well
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 committed Sep 24, 2023
1 parent 32759d2 commit 9befb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2
- name: Build with docker
run: docker build --tag ${{ env.REGISTRY }}/${{ github.repository }} .
run: docker build --tag ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.IMAGE_TAG }} .
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 9befb5c

Please sign in to comment.