Skip to content

build(deps): bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src #606

build(deps): bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src

build(deps): bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src #606

Workflow file for this run

name: Build
on:
pull_request:
paths:
- "src/**"
- "Dockerfile"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Build
run: |
docker build --build-arg K8SVERSION=$GITHUB_SHA -t ghcr.io/marklechtermann/k8sdisturber:latest -t ghcr.io/marklechtermann/k8sdisturber:$(date +%Y%m%d).$(echo $GITHUB_SHA | cut -c -7) .