Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Update docker-image.yml #4

Update docker-image.yml

Update docker-image.yml #4

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
# Build the Docker image
- name: Build the Docker image
run: docker build ./crypto_service --file ./crypto_service/Dockerfile --tag v1:$(date +%s)