Skip to content

Commit

Permalink
Update container-push-base-images-develop.yaml (#135)
Browse files Browse the repository at this point in the history
Change the secrets to properly work with github package registry
  • Loading branch information
bmo-at-a9s authored Mar 8, 2024
1 parent 1e90b30 commit 0ba12ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-push-base-images-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
username: ${{secrets.GH_PACKAGES_USER}}
password: ${{secrets.GH_PACKAGES_TOKEN}}
- name: 'Checkout current develop'
uses: actions/checkout@v3
with:
ref: "develop"
- name: 'Build stratos base images'
run: |
./deploy/stratos-base-images/build-base-images.sh -r ghcr.io -o anynines -p -s
./deploy/stratos-base-images/build-base-images.sh -r ghcr.io -o anynines -p -s

0 comments on commit 0ba12ea

Please sign in to comment.