Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: quay.io #799

Merged
merged 2 commits into from Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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