diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dfb7bb0..83a79d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,5 @@ name: Publish Docker Images 🐋 📦 +concurrency: ci-${{ github.ref }} on: push: branches: @@ -24,7 +25,7 @@ jobs: DRY_RUN: true build: - name: Build Production Docker Image 🐳 + name: Build Docker Image 🐳 needs: version runs-on: ubuntu-latest permissions: