diff --git a/.github/workflows/build-warehouse-image.yml b/.github/workflows/build-warehouse-image.yml index b7cf9df8a5..05afb05775 100644 --- a/.github/workflows/build-warehouse-image.yml +++ b/.github/workflows/build-warehouse-image.yml @@ -105,4 +105,4 @@ jobs: with: context: warehouse push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - tags: ghcr.io/${{github.repository}}/warehouse:latest + tags: ghcr.io/${{github.repository}}/warehousetest:latest