Skip to content

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0 #96

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0

build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0 #96

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/[email protected]
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)