This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
chore(deps): bump @sentry/profiling-node from 0.3.0 to 1.2.0 in /api #370
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'develop' | |
- 'main' | |
pull_request: | |
jobs: | |
docker-build: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: . | |
steps: | |
- name: "Checkout" | |
uses: actions/checkout@v3 | |
- name: "Build images" | |
run: docker build . --rm=false |