mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
fix: github action
This commit is contained in:
parent
b4690affcf
commit
0cfb0bb2ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
|
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
|
||||||
name: ci
|
name: docker
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
-
|
-
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
if: ${{ github.repository == 'jsonnet-libs/docsonnet' }}
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue