Skip to content

Commit

Permalink
Use ghcr.io to pull the Docker image in production
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Mar 24, 2023
1 parent 1ec4852 commit f346f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rest-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [build_docker_image_native]
env:
DOCKER_IMAGE_NAME: 'docker.pkg.github.com/microsoft/nubesgen/nubesgen-native'
DOCKER_IMAGE_NAME: 'ghcr.io/microsoft/nubesgen/nubesgen-native'
steps:
- name: Login to Azure
uses: azure/login@v1
Expand Down

0 comments on commit f346f45

Please sign in to comment.