Set registry explicitly

This commit is contained in:
2023-09-04 20:20:29 -06:00
parent 9b0e76b2d3
commit 100b4ebf50

View File

@@ -15,7 +15,7 @@ jobs:
- name: Login to Github Packages - name: Login to Github Packages
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ${{ env.INPUT_REGISTRY }} registry: git.gg
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_CI_TOKEN }} password: ${{ secrets.REGISTRY_CI_TOKEN }}
- name: Set tag environment variable - name: Set tag environment variable