Revert "ci: prevent running multiple Docker builds at once."

This reverts commit 9d62f71cd9.

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.
This commit is contained in:
evazion
2021-09-29 08:13:39 -05:00
parent c99d0523bb
commit cc9d7b8349

View File

@@ -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