From 8da6cdeece9831079f56289daf53c5e79a0b0d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cilhanu=E2=80=9D?= Date: Sun, 5 Feb 2023 12:35:40 +0100 Subject: [PATCH] change secrets to env --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c36faedf..42448558 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,4 +36,4 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ secrets.DOCKER_REPO }}:latest + tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ env.DOCKER_REPO }}:latest