Skip to content

Commit

Permalink
fix: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-castro committed Nov 10, 2024
1 parent 7f371c8 commit 496e9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
- name: Build and push backend image
shell: bash
run: |
docker build -t healthcheck-${{ matrix.service }}:${{ inputs.environment }} ${{ matrix.service }}
docker push healthcheck-${{ matrix.service }}:${{ inputs.environment }}
docker build -t pierrecastro/healthcheck-${{ matrix.service }}:${{ inputs.environment }} ${{ matrix.service }}
docker push pierrecastro/healthcheck-${{ matrix.service }}:${{ inputs.environment }}

0 comments on commit 496e9d2

Please sign in to comment.