Skip to content

Commit

Permalink
fix: fixed ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
RilusMahmud committed Jul 16, 2024
1 parent 66e58a0 commit 98baf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_USERNAME }}/bun-expense-app:${GITHUB_REF##*/}-${{ steps.get-store.outputs.version }}

- name: Docker Push
run: docker push ${{ env.DOCKER_ORG }}/bun-expense-app:${GITHUB_REF##*/}-${{ steps.get-store.outputs.version }}
run: docker push ${{ env.DOCKER_USERNAME }}/bun-expense-app:${GITHUB_REF##*/}-${{ steps.get-store.outputs.version }}

0 comments on commit 98baf70

Please sign in to comment.