Update docker-image.yml

This commit is contained in:
Dima YaFlay
2023-10-19 20:58:54 +03:00
committed by GitHub
parent 97d04a201d
commit 8d91af9d2a

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag yaflay_ru:$(date +%s) && docker push ghcr.io/yaflay/yaflay_ru:latest