Skip to content

Commit

Permalink
Fix the repo name in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Dec 6, 2023
1 parent d62c876 commit 3232059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
tags: "registry.devopsnow.io/internal/${{ github.repository }}:${{ env.SHORT_SHA }}"
tags: "registry.devopsnow.io/internal/node-js-server:${{ env.SHORT_SHA }}"
- name: Push image
run: docker push "registry.devopsnow.io/internal/${{ github.repository }}:${{ env.SHORT_SHA }}"
run: docker push "registry.devopsnow.io/internal/node-js-server:${{ env.SHORT_SHA }}"

0 comments on commit 3232059

Please sign in to comment.