|
|
@ -33,7 +33,7 @@ jobs:
|
|
|
|
file: Dockerfile-core
|
|
|
|
file: Dockerfile-core
|
|
|
|
build-args:
|
|
|
|
build-args:
|
|
|
|
DRONE_COMMIT=${{ github.sha }}
|
|
|
|
DRONE_COMMIT=${{ github.sha }}
|
|
|
|
push: true
|
|
|
|
push: false
|
|
|
|
tags: ${{ github.sha }}
|
|
|
|
tags: ${{ github.sha }}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build dinglehopper
|
|
|
|
name: Build dinglehopper
|
|
|
@ -43,5 +43,5 @@ jobs:
|
|
|
|
file: Dockerfile-dinglehopper
|
|
|
|
file: Dockerfile-dinglehopper
|
|
|
|
build-args:
|
|
|
|
build-args:
|
|
|
|
DRONE_COMMIT=${{ github.sha }}
|
|
|
|
DRONE_COMMIT=${{ github.sha }}
|
|
|
|
push: true
|
|
|
|
push: false
|
|
|
|
tags: ${{ github.sha }}
|
|
|
|
tags: ${{ github.sha }}
|
|
|
|