Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redhat-developer/rhdh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82986520d70023d75c0bd968410c72f2863d1c78
Choose a base ref
..
head repository: redhat-developer/rhdh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a723794481a2b86bcf58afd6553125af4b60c72c
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/next-build-image.yaml
6 changes: 3 additions & 3 deletions .github/workflows/next-build-image.yaml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ jobs:
imageName: ${{ env.REGISTRY_IMAGE }}
imageTags: |
type=raw,value=next-${{ env.PLATFORM_ARCH }}
type=sha,prefix=next-,suffix=-${{ env.PLATFORM_ARCH }}
type=raw,value=next-${{ env.SHORT_SHA }}-${{ env.PLATFORM_ARCH }}
imageLabels: quay.expires-after=14d
push: true
platform: ${{ matrix.platform }}
@@ -117,13 +117,13 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}
tags: |
type=raw,value=next
type=ref,prefix=pr-,suffix=-${{ env.SHORT_SHA }},event=pr
type=raw,value=next-${{ env.SHORT_SHA }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.QUAY_USERNAME }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Create manifest list and push