Skip to content

[Snyk] Upgrade @testing-library/jest-dom from 6.5.0 to 6.6.1 #14

[Snyk] Upgrade @testing-library/jest-dom from 6.5.0 to 6.6.1

[Snyk] Upgrade @testing-library/jest-dom from 6.5.0 to 6.6.1 #14

name: Docker CI/CD Pipeline
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: kunder9/cxn-app:latest
build-args: |
NO_CACHE=true
no-cache: true