Skip to content

fix: update Dockerfile and package.json to fix CVE vulnerabilities #21

fix: update Dockerfile and package.json to fix CVE vulnerabilities

fix: update Dockerfile and package.json to fix CVE vulnerabilities #21

name: Build and Push Docker Image
on:
push:
branches:
- master
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/#-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: claitz/github-repo-card-generator:latest