Skip to content

Commit

Permalink
fix: testing image promotion (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored May 29, 2024
1 parent e891000 commit 814a440
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,3 @@ jobs:
--repo=${{ github.repository }} \
--title="${{ github.event.repository.name }}-Release-${{ steps.generate_release_tag.outputs.next_release_tag }}" \
--generate-notes
promote-images-release:
name: Promote Images - Release
needs: [create-release]
runs-on: ubuntu-22.04
permissions:
packages: write
strategy:
matrix:
package: [dops, vehicles, frontend, scheduler]
timeout-minutes: 2
steps:
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
target: prod
tags: ${{ needs.create-release.outputs.generate_release_tag.outputs.next_release_tag }} #Promote images AFTER successful deploy

0 comments on commit 814a440

Please sign in to comment.