Skip to content

Commit

Permalink
Merge pull request #15 from Aquaveo/main
Browse files Browse the repository at this point in the history
changed to have the correct username and registry
  • Loading branch information
romer8 authored Sep 11, 2024
2 parents 1b7c46c + 3ab4770 commit 87cf982
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,44 @@ jobs:
- name: Run chart-releaser for gs-cloud
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/romer8
oci_username: romer8
oci_registry: ghcr.io/aquaveo
oci_username: aquaveo
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/gs-cloud

- name: Run chart-releaser thredds
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/romer8
oci_username: romer8
oci_registry: ghcr.io/aquaveo
oci_username: aquaveo
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/thredds

- name: Run chart-releaser geoserver
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/romer8
oci_username: romer8
oci_registry: ghcr.io/aquaveo
oci_username: aquaveo
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/geoserver

- name: Run chart-releaser postgis
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/romer8
oci_username: romer8
oci_registry: ghcr.io/aquaveo
oci_username: aquaveo
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/postgis

- name: Run chart-releaser djangocms
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/romer8
oci_username: romer8
oci_registry: ghcr.io/aquaveo
oci_username: aquaveo
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/djangocms

0 comments on commit 87cf982

Please sign in to comment.