Update docker-image.yml

This commit is contained in:
nune 2024-12-18 17:23:49 -05:00 committed by GitHub
parent 55a831f869
commit 71a39fbd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag plaster:$(date +%s)