From f3a260976db12765db7b06f92228a9b0d91bc034 Mon Sep 17 00:00:00 2001 From: stCarolas Date: Sun, 24 Dec 2023 14:30:39 +0300 Subject: [PATCH] try latest tag for docker image --- .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 5bdb091..b636513 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -26,4 +26,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ghcr.io/opendonationassistant/oda-widgets:${{ github.ref_name }} + tags: ghcr.io/opendonationassistant/oda-widgets:latest