mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
Test out GITHUB_REF
This commit is contained in:
parent
b1aeeb47e0
commit
ca271c5d8b
6
.github/workflows/docker-3.1dev.yml
vendored
6
.github/workflows/docker-3.1dev.yml
vendored
@ -9,9 +9,8 @@ on:
|
|||||||
- cron: "0 8 * * 1"
|
- cron: "0 8 * * 1"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_VERSION: "3.1dev"
|
BUILD_VERSION: ${GITHUB_REF##*/}
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||||
#REPOSITORY: ${{ github.actor }}/${{ github.workflow }}
|
|
||||||
REPOSITORY: ${{ github.actor }}/testssl.sh
|
REPOSITORY: ${{ github.actor }}/testssl.sh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -53,11 +52,8 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2.6.1
|
uses: docker/build-push-action@v2.6.1
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
#context: ${{ github.workflow }}
|
|
||||||
#context: docker
|
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.git
|
file: Dockerfile.git
|
||||||
#platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
|
|
||||||
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
|
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
|
||||||
build-args: BUILD_VERSION
|
build-args: BUILD_VERSION
|
||||||
cache-from: type=gha, scope=${{ github.workflow }}
|
cache-from: type=gha, scope=${{ github.workflow }}
|
||||||
|
Loading…
Reference in New Issue
Block a user