mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
Update docker-3.1dev.yml
This commit is contained in:
parent
e58ceb7b10
commit
c7a9b74e16
9
.github/workflows/docker-3.1dev.yml
vendored
9
.github/workflows/docker-3.1dev.yml
vendored
@ -11,7 +11,6 @@ on:
|
|||||||
env:
|
env:
|
||||||
BUILD_VERSION: "3.1dev"
|
BUILD_VERSION: "3.1dev"
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||||
REPOSITORY: ${{ github.actor }}/testssl.sh
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -34,11 +33,11 @@ jobs:
|
|||||||
id: docker_meta
|
id: docker_meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REPOSITORY }}
|
images: ${{ github.repository }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.version=${{ env.BUILD_VERSION }}
|
org.opencontainers.image.version=${{ env.BUILD_VERSION }}
|
||||||
org.opencontainers.image.revision=${{ github.sha }}
|
org.opencontainers.image.revision=${{ github.sha }}
|
||||||
org.opencontainers.image.title=${{ env.REPOSITORY }}
|
org.opencontainers.image.title=${{ github.repository }}
|
||||||
|
|
||||||
- name: GitHub login
|
- name: GitHub login
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
@ -60,5 +59,5 @@ jobs:
|
|||||||
cache-to: type=gha, scope=${{ github.workflow }}
|
cache-to: type=gha, scope=${{ github.workflow }}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ env.REPOSITORY }}:${{ env.BUILD_VERSION }}
|
ghcr.io/${{ github.repository }}:${{ env.BUILD_VERSION }}
|
||||||
ghcr.io/${{ env.REPOSITORY }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user