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
0d1d8960bd
commit
35b16a5989
1 changed files with 6 additions and 5 deletions
11
.github/workflows/docker-publish.yml
vendored
11
.github/workflows/docker-publish.yml
vendored
|
@ -7,6 +7,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Docker metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: joshkaiju/gophernicus
|
||||
- name: Setup Docker build
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker hub
|
||||
|
@ -14,11 +19,7 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
- name: Docker metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: joshkaiju/gophernicus
|
||||
|
||||
# - name: Build and publish
|
||||
# uses: docker/build-push-action@v4
|
||||
# with:
|
||||
|
|
Loading…
Add table
Reference in a new issue