Skip to content

Commit

Permalink
feat(ci): added docker.io repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ptx96 authored and prometherion committed May 24, 2022
1 parent f207546 commit 29d29cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
images: |
quay.io/${{ github.repository }}
docker.io/${{ github.repository }}
tags: |
type=semver,pattern={{raw}}
flavor: |
Expand Down Expand Up @@ -68,6 +69,13 @@ jobs:
username: ${{ github.repository_owner }}+github
password: ${{ secrets.BOT_QUAY_IO }}

- name: Login to docker.io Container Registry
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.USER_DOCKER_IO }}
password: ${{ secrets.BOT_DOCKER_IO }}

- name: Build and push
id: build-release
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 29d29cc

Please sign in to comment.