Skip to content

Commit 5893510

Browse files
authored
Update credentials
1 parent 75431b7 commit 5893510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-publish-staging-anvilops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Build and Publish AnvilOps Docker image
1+
name: Build and Publish Staging Docker image
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
push_to_registry:
8-
name: Push AnvilOps Docker image to Harbor (Development)
8+
name: Push AnvilOps Docker image to Harbor (Staging)
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v6
1515

1616
- name: Log in to container registry
17-
run: docker login -u '${{ secrets.DOCKER_USERNAME }}' -p '${{ secrets.DOCKER_PASSWORD }}' registry.anvil.rcac.purdue.edu
17+
run: docker login -u '${{ secrets.DOCKER_USERNAME_STAGING }}' -p '${{ secrets.DOCKER_PASSWORD_STAGING }}' registry.anvil.rcac.purdue.edu
1818

1919
- name: Build and push AnvilOps Docker image
2020
run: docker build --push -t registry.anvil.rcac.purdue.edu/anvilops-staging/anvilops:${{ github.run_number }}-${{ github.sha }} .

0 commit comments

Comments
 (0)