Skip to content

Commit

Permalink
update repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent 7e374bc commit f7edb50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
env:
OPENSUSE_UNOFFICIAL_LIBCONTAINERS_KEY_URL: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/Release.key"
OPENSUSE_UNOFFICIAL_LIBCONTAINERS_SOURCE_URL: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04"
CI_USER: cryostat+bot
CI_REGISTRY: quay.io/cryostat
CI_IMG: quay.io/cryostat/quarkus-test
CI_USER: redhat-java-monitoring+github_ci
CI_REGISTRY: quay.io/redhat-java-monitoring
CI_IMG: quay.io/redhat-java-monitoring/quarkus-cryostat-agent

jobs:
check-before-build:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
tags: ${{ steps.buildah-build.outputs.tags }}
registry: ${{ env.CI_REGISTRY }}
username: ${{ env.CI_USER }}
password: ${{ secrets.REPOSITORY_PASSWORD }}
password: ${{ secrets.REPOSITORY_TOKEN }}
- name: store quarkus-test image as output
id: quarkus-test-image
run: echo "image=${{ steps.push-to-quay.outputs.registry-path }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f7edb50

Please sign in to comment.