Skip to content

Commit

Permalink
Fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jan 17, 2025
1 parent a2cf00a commit 72db4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
env:
MAIN_TAG: ${{ env.DOCKER_IMAGE }}:${{ inputs.react_app_environment }}
run: |-
docker build --quiet \
docker build \
--tag="${{ env.DOCKER_IMAGE }}:${{ inputs.react_app_version }}" \
--tag=$MAIN_TAG \
--target=app \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
deploy-staging:
name: Deploy to Staging 🍾
runs-on: ubuntu-latest
needs: [lint, test, build]
# needs: [lint, test, build]
if: github.event.ref == 'refs/heads/master'
environment: staging

Expand Down

0 comments on commit 72db4db

Please sign in to comment.