diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 71d8d39..a55fb2f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -22,7 +22,6 @@ jobs: - name: Build release and call executable working-directory: ./backend run: cargo run --release -- --help - - name: Build and Push template image working-directory: ./backend uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 4b707c7..ad9fdd4 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -36,7 +36,6 @@ jobs: - name: Build working-directory: ./frontend run: yarn build - - name: Build and Push template image working-directory: ./frontend uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action