Images to docker hub (#676)

This commit is contained in:
gadotroee 2022-01-23 12:41:47 +02:00 committed by GitHub
parent 2638672603
commit 1a2697dd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,12 +51,19 @@ jobs:
id: meta id: meta
uses: crazy-max/ghaction-docker-meta@v2 uses: crazy-max/ghaction-docker-meta@v2
with: with:
images: ${{ steps.base_image_step.outputs.image }} images: |
${{ steps.base_image_step.outputs.image }}
up9inc/mizu
tags: | tags: |
type=sha type=sha
type=raw,${{ github.sha }} type=raw,${{ github.sha }}
type=raw,${{ steps.versioning.outputs.version }} type=raw,${{ steps.versioning.outputs.version }}
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
- name: Login to GCR
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: gcr.io registry: gcr.io