Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 28, 2024
1 parent 5a1fa8b commit b635482
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_SERVICE }}
dockerfile: docker/Dockerfile-dim-service
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
dockerfile: ydocker/Dockerfile-dim-migrations
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
dockerfile: docker/Dockerfile-dim-processes-worker
include:
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_SERVICE }}
dockerfile: docker/Dockerfile-dim-service
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
dockerfile: ydocker/Dockerfile-dim-migrations
- image: ${{ env.REGISTRY}}/${{ env.IMAGE_NAME_MIGRATIONS }}
dockerfile: docker/Dockerfile-dim-processes-worker
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit b635482

Please sign in to comment.