From 0d0f4cc2e894ada0f54b88dd8d8451c72f7ff02d Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:32:50 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e5c8687..6ae13ea 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: install: true - name: Docker Build and Tag - run: docker build --load -t saile2204/ionos_ddns_updater:latest -t aile2204/ionos_ddns_updater:$(date +%s) . + run: docker build --load -t saile2204/ionos_ddns_updater:latest -t saile2204/ionos_ddns_updater:$(date +%s) . - name: Log in to Docker Hub uses: docker/login-action@v1