Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 28, 2024
1 parent 8af8040 commit aebae78
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ on:
branches:
- main

env:
REGISTRY: ghcr.io
IMAGE_NAME_SERVICE: ${{ github.repository }}_dim-service
IMAGE_NAME_MIGRATIONS: ${{ github.repository }}_dim-migrations
IMAGE_NAME_WORKER: ${{ github.repository }}_dim-processes-worker

jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
Expand All @@ -44,11 +38,11 @@ jobs:
strategy:
matrix:
include:
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_SERVICE }}
- image: ghcr.io/${{ github.repository }}_dim-service
dockerfile: docker/Dockerfile-dim-service
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
- image: ghcr.io/${{ github.repository }}_dim-migrations
dockerfile: docker/Dockerfile-dim-migrations
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
- image: ghcr.io/${{ github.repository }}_dim-processes-worker
dockerfile: docker/Dockerfile-dim-processes-worker
steps:
- name: Checkout
Expand Down

0 comments on commit aebae78

Please sign in to comment.