Skip to content

Commit

Permalink
Use docker/build-push-action@v1 (grafana#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Oct 1, 2021
1 parent e45c77e commit 426f55f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
TAGS+=("$VCS_BRANCH-$BUILD_DATE-$VCS_REF")
( IFS=$','; echo "${TAGS[*]}" )
- name: Build and publish image on quay.io
uses: docker/build-push-action@v2
uses: docker/build-push-action@v1
with:
context: .
path: .
registry: ${{ env.IMAGE_REGISTRY }}
repository: ${{ env.IMAGE_ORGANIZATION }}/loki-operator
username: ${{ secrets.OPENSHIFT_LOGGING_USER }}
Expand All @@ -48,10 +48,10 @@ jobs:
TAGS+=("$VCS_BRANCH-$BUILD_DATE-$VCS_REF")
( IFS=$','; echo "${TAGS[*]}" )
- name: Build and publish image on quay.io
uses: docker/build-push-action@v2
uses: docker/build-push-action@v1
with:
context: .
file: bundle.Dockerfile
path: .
dockerfile: bundle.Dockerfile
registry: ${{ env.IMAGE_REGISTRY }}
repository: ${{ env.IMAGE_ORGANIZATION }}/loki-operator-bundle
username: ${{ secrets.OPENSHIFT_LOGGING_USER }}
Expand Down

0 comments on commit 426f55f

Please sign in to comment.