🚧 github: Reuse subimage workflow

This commit is contained in:
Gerber, Mike 2023-02-09 19:08:17 +01:00
parent bb7bbd0313
commit cbf11082ac

View file

@ -39,7 +39,7 @@ jobs:
needs: build-rest
runs-on: ubuntu-latest
env:
DOCKER_IMAGE_TAG: ${{ github.sha }} # needed to run the correct version through the wrapper
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
steps:
-
name: Checkout