Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 1, 2024
1 parent 8533ea2 commit cd3f79b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ jobs:
name: Promote Images
needs: [init, deploys-prod]
runs-on: ubuntu-latest
strategy:
matrix:
package: [backend, frontend, oracle-api, sync]
steps:
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
repository: ${{ github.repository }}/sync
target: ${{ needs.init.outputs.pr }}
tags: prod

0 comments on commit cd3f79b

Please sign in to comment.