Unverified Commit 23ad4cd7 authored by Marcelo José Santos da Silva's avatar Marcelo José Santos da Silva Committed by GitHub
Browse files

Create docker-image2.yml

parent dec28de4
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment