Merge branch 'develop' into feature/multiarch_build

This commit is contained in:
M. Mert Yildiran 2022-01-23 16:30:03 +03:00
commit 677669fbb9

View File

@ -51,12 +51,19 @@ jobs:
id: meta
uses: crazy-max/ghaction-docker-meta@v2
with:
images: ${{ steps.base_image_step.outputs.image }}
images: |
${{ steps.base_image_step.outputs.image }}
up9inc/mizu
tags: |
type=sha
type=raw,${{ github.sha }}
type=raw,${{ steps.versioning.outputs.version }}
- 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
with:
registry: gcr.io