🚧 github: Build a second container image

This commit is contained in:
Gerber, Mike 2023-02-08 14:53:07 +01:00
parent 08a0398e37
commit 648414d9f9

View file

@ -34,8 +34,7 @@ jobs:
build-args:
DRONE_COMMIT=${{ github.sha }}
push: true
tags:
- ${{ github.sha }}
tags: ${{ github.sha }}
-
name: Build dinglehopper
uses: docker/build-push-action@v4
@ -45,5 +44,4 @@ jobs:
build-args:
DRONE_COMMIT=${{ github.sha }}
push: true
tags:
- ${{ github.sha }}
tags: ${{ github.sha }}