Skip to content

Commit

Permalink
backporting image generation during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Feb 22, 2022
1 parent 978b00f commit 4c6ff84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: image
on:
pull_request_target:
branches:
- master

- '*'
jobs:
image:
name: image
Expand All @@ -20,7 +19,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
username: projectquay+quay_github
password: ${{ secrets.QUAY_TOKEN }}

- name: build image
Expand All @@ -29,4 +28,4 @@ jobs:
with:
push: true
context: ./
tags: quay.io/projectquay/quay-operator-dev:pr-${{ github.event.number }}
tags: quay.io/projectquay/quay-operator:pr-${{ github.event.number }}

0 comments on commit 4c6ff84

Please sign in to comment.