From 8b1bdb49047d5b330243d5f0134b0f2116737aa1 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 29 May 2022 10:43:52 -0500 Subject: [PATCH] actions test --- .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 998053f..d03ac3d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -26,5 +26,5 @@ jobs: with: push: true # Will only build if this is not here tags: | - ghcr.io/${{ github.repository }}:${{ github.ref }} + ghcr.io/${{ github.repository }}:$(date +%s) ghcr.io/${{ github.repository }}:latest