From 90cf2d95854a17c25d8e4a8eaa6904b5e513146b Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 20 Jan 2022 10:47:21 -0500 Subject: [PATCH] Set tags to latest to avoid confusion, the v1 is replaced by latest. --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 187cffe..3f2c5ce 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -21,6 +21,6 @@ jobs: with: image: darrenofficial/dpaste registry: docker.io - tags: v1, latest + tags: latest username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}