From 1d938daaf607cbab9596b08e245883e53d1988d0 Mon Sep 17 00:00:00 2001 From: Robert van Dijk Date: Thu, 7 Mar 2024 14:58:43 +0100 Subject: [PATCH] Update docker.yml --- .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 85333ac..626301f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,4 +41,4 @@ jobs: context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/main' }} + push: ${{ github.ref == 'refs/heads/master' }}