Skip to content

Commit

Permalink
Merge pull request #799 from crazy-max/e2e-quay
Browse files Browse the repository at this point in the history
e2e: quay.io
  • Loading branch information
crazy-max committed Feb 9, 2023
2 parents fd72648 + f74fd03 commit 6a8fbf0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/e2e.yml
Expand Up @@ -11,13 +11,16 @@ on:
description: 'BuildKit image'
default: 'moby/buildkit:buildx-stable-1'
required: false
tag:
description: 'Additional tag to push'
required: false
schedule:
- cron: '0 10 * * *'
push:
branches:
- 'master'
tags:
- v*
- 'v*'

env:
BUILDX_VERSION: latest
Expand Down Expand Up @@ -70,6 +73,11 @@ jobs:
slug: officialgithubactions.azurecr.io/test-docker-action
username_secret: AZURE_CLIENT_ID
password_secret: AZURE_CLIENT_SECRET
-
registry: quay.io
slug: quay.io/crazymax/build-push-action
username_secret: QUAY_USERNAME
password_secret: QUAY_TOKEN
steps:
-
name: Checkout
Expand All @@ -80,6 +88,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ matrix.slug }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=raw,value=${{ inputs.tag }},enable=${{ inputs.tag != '' }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 6a8fbf0

Please sign in to comment.