Skip to content

[Snyk] Upgrade axios from 1.7.5 to 1.7.6 #68

[Snyk] Upgrade axios from 1.7.5 to 1.7.6

[Snyk] Upgrade axios from 1.7.5 to 1.7.6 #68

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sujoyde/kushiro:latest
- name: Login docker,io
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} docker.io
- name: Push docker image
run: docker push sujoyde/kushiro:latest