Update docker-image.yml

This commit is contained in:
Lukasz Olszewski 2023-12-22 15:56:27 +01:00 committed by GitHub
parent 91dfb2272a
commit ca49490e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)