From cc9d7b83490ab50b9adc86d0e0ee75e486dd98d4 Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 29 Sep 2021 08:13:39 -0500 Subject: [PATCH] Revert "ci: prevent running multiple Docker builds at once." This reverts commit 9d62f71cd926871d12d8f84202fc02649a76c4e5. This caused a problem where if you pushed multiple branches or tags at once, for example to the betabooru and production branches, then the Docker image would only get built for one branch. This led to deploys not fetching the latest image. --- .github/workflows/docker-build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index e51099cf9..f62587e99 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -26,8 +26,6 @@ jobs: docker-build: runs-on: ubuntu-latest - concurrency: docker-build - steps: # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx