From 71a3c15f43f57e9313e5f58977cc0326d74f8421 Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:05:02 -0700 Subject: [PATCH] Update latest.yml --- .github/workflows/latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 7b8931d..49828f5 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -46,7 +46,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 build-args: | - "BRANCH=${{ vars.GITHUB_REF_NAME }}" + "BRANCH=master" push: true tags: | ${{ secrets.DOCKER_USERNAME }}/daps:latest