Skip to content

Rename docker-image.yml to CodeQL.yml #1

Rename docker-image.yml to CodeQL.yml

Rename docker-image.yml to CodeQL.yml #1

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "2.0" ]
pull_request:
branches: [ "2.0" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)