Skip to content

Commit

Permalink
ci: set ci concurrency flag for prod images
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 3, 2024
1 parent 3f72f75 commit 8568455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish Docker Images 🐋 📦
concurrency: ci-${{ github.ref }}
on:
push:
branches:
Expand All @@ -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:
Expand Down

0 comments on commit 8568455

Please sign in to comment.