🚧 github: Build a second container image

test/github-actions
Gerber, Mike 2 years ago
parent 08a0398e37
commit 648414d9f9

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

Loading…
Cancel
Save