Skip to content

Commit

Permalink
feat: github actions yml anvil registry
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqingQu committed Apr 16, 2023
1 parent cbeb39c commit 0a12307
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v2
with:
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }}
registry: ${{ secrets.REGISTRY_LOGIN_SERVER }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
# username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -29,7 +29,8 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: yiqingqu/geoedf-portal_web:latest
tags: registry.anvil.rcac.purdue.edu/geoedf/geoedf-portal_web:10
# tags: yiqingqu/geoedf-portal_web:latest
secrets: |
"github_token=${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 0a12307

Please sign in to comment.