Skip to content

Bump the production-dependencies group with 3 updates #74

Bump the production-dependencies group with 3 updates

Bump the production-dependencies group with 3 updates #74

Workflow file for this run

name: React Docker image build+push Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file prod.Dockerfile --tag mick2k1/svis:latest
- name: Push the Image
run: docker login -u mick2k1 -p ${{ secrets.SV_TOKEN }} && docker push mick2k1/svis:latest