Skip to content

Update docker-image.yml #8

Update docker-image.yml

Update docker-image.yml #8

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: Build the Docker image
uses: docker/build-push-action@v2
with:
push: false
tags: negin513/neon-app:$(date +%s)
#run: docker build . --file Dockerfile --no-cache -tag negin513/neon-app:$(date +%s)