🚧 github: Push image

This commit is contained in:
Gerber, Mike 2023-02-08 17:02:09 +01:00
parent 40430c5150
commit f79551b485

View file

@ -39,7 +39,7 @@ jobs:
build-args: build-args:
DRONE_COMMIT=${{ github.sha }} DRONE_COMMIT=${{ github.sha }}
push: true push: true
tags: ${{ github.sha }} tags: quratorspk/ocrd-galley-core:${{ github.sha }}
- -
name: Build dinglehopper name: Build dinglehopper
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
@ -49,4 +49,4 @@ jobs:
build-args: build-args:
DRONE_COMMIT=${{ github.sha }} DRONE_COMMIT=${{ github.sha }}
push: true push: true
tags: ${{ github.sha }} tags: quratorspk/ocrd-galley-dinglehopper:${{ github.sha }}