From d8044109e7dc8b2a8c10f5bbd17048e7bfbb68b7 Mon Sep 17 00:00:00 2001 From: Clemente Calabrese <115489880+cl3mente@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:58:28 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1fa1c53..2198779 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build the Docker image - run: docker build . --file Dockerfile --tag dualhgt:latest # $(date +%s) + run: | + docker build --tag cl3mente/dualhgt:latest -t cl3mente/dualhgt:${{ github.sha }}. # $(date +%s) - name: Login to Docker Hub uses: docker/login-action@v3