mirror of
https://github.com/kaiju/docker-gophernicus.git
synced 2025-04-13 09:30:16 +00:00
tweaks
This commit is contained in:
parent
be86e91151
commit
62af548024
1 changed files with 7 additions and 7 deletions
14
.github/workflows/docker-publish.yml
vendored
14
.github/workflows/docker-publish.yml
vendored
|
@ -24,15 +24,15 @@ jobs:
|
||||||
- name: Setup Docker build
|
- name: Setup Docker build
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Login to Docker hub
|
- name: Login to Docker hub
|
||||||
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||||
|
- name: Build and publish
|
||||||
# - name: Build and publish
|
uses: docker/build-push-action@v4
|
||||||
# uses: docker/build-push-action@v4
|
with:
|
||||||
# with:
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
# push: ${{ github.event_name != 'pull_request' }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# tags: ${{ steps.meta.outputs.tags }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
# labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue