diff --git a/.github/workflows/dev-image.yaml b/.github/workflows/dev-image.yaml index f13e66b..a98508b 100644 --- a/.github/workflows/dev-image.yaml +++ b/.github/workflows/dev-image.yaml @@ -7,7 +7,7 @@ on: jobs: build: - name: Build & push docker image + name: Build & push dev image if: github.repository == 'fragforce/read' runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/prod-image.yaml b/.github/workflows/prod-image.yaml index eb65845..f24eefa 100644 --- a/.github/workflows/prod-image.yaml +++ b/.github/workflows/prod-image.yaml @@ -9,7 +9,7 @@ on: jobs: build: - name: Build & push docker image + name: Build & push prod image if: github.repository == 'fragforce/read' runs-on: ubuntu-latest permissions: