From d33106f6d3519604417a0781f215865a7cc0d12a Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Wed, 4 Sep 2024 16:52:26 +0200 Subject: [PATCH] point to the current branch --- .github/workflows/publish_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker_image.yml b/.github/workflows/publish_docker_image.yml index 0cc2bf66..364587e5 100644 --- a/.github/workflows/publish_docker_image.yml +++ b/.github/workflows/publish_docker_image.yml @@ -4,7 +4,7 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ["release"] + branches: ["529_add_docker_testing_action_gcroci2"] # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: