ci: publish pr images to registry

This commit is contained in:
Ramon Roche 2024-11-22 05:41:24 -08:00 committed by Daniel Agar
parent 3240cf4dc7
commit 7462e98e16

View File

@ -90,7 +90,6 @@ jobs:
- name: Push container image
uses: docker/build-push-action@v6
if: ${{ github.event_name == 'push' }}
with:
context: Tools/setup
tags: ${{ steps.meta.outputs.tags }}