Skip to content

Commit

Permalink
ci: add missing image promotions to TEST (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored Nov 6, 2023
1 parent e679b74 commit 39f6c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ jobs:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
strategy:
matrix:
package: [database, backend, frontend]
permissions:
packages: write
steps:
- uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/frontend
repository: ${{ github.repository }}/${{ matrix.package }}
target: ${{ github.event.number }}
tags: test

0 comments on commit 39f6c8e

Please sign in to comment.