Skip to content

Commit

Permalink
comments leocloud registry push
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Oct 1, 2024
1 parent 77367e3 commit f239f87
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Leo Cloud Container Registry
uses: docker/login-action@v3
with:
registry: registry.cloud.htl-leonding.ac.at
username: ${{ secrets.LEOCLOUD_EMAIL }}
password: ${{ secrets.LEOCLOUD_PASSWORD }}
# - name: Login to Leo Cloud Container Registry
# uses: docker/login-action@v3
# with:
# registry: registry.cloud.htl-leonding.ac.at
# username: ${{ secrets.LEOCLOUD_EMAIL }}
# password: ${{ secrets.LEOCLOUD_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v6
Expand All @@ -50,7 +50,8 @@ jobs:
tags: |
propromo/rest-microservice:latest
ghcr.io/${{ github.repository_owner }}/propromo-rest-microservice:latest
registry.cloud.htl-leonding.ac.at/j.froeller/rest-microservice:latest
# registry.cloud.htl-leonding.ac.at/j.froeller/rest-microservice:latest

#
# HEROKU DEPLOYMENT
Expand Down

0 comments on commit f239f87

Please sign in to comment.