Skip to content

Commit db3ae60

Browse files
chore: 🤖 publish to association docker hub account (#115)
migrate images to be published to the new polymesh association docker hub instead of the deprecated polymathnet one
1 parent b0403ef commit db3ae60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- name: Log in to Docker Hub
1919
uses: docker/login-action@v1
2020
with:
21-
username: ${{ secrets.DOCKER_USERNAME }}
22-
password: ${{ secrets.DOCKER_PASSWORD }}
21+
username: ${{ secrets.ASSOCIATION_DOCKER_USERNAME }}
22+
password: ${{ secrets.ASSOCIATION_DOCKER_TOKEN }}
2323

2424
- name: Extract metadata (tags, labels) for Docker
2525
id: meta
2626
uses: docker/metadata-action@v3
2727
with:
28-
images: ${{ secrets.DOCKER_HUB_REPO }}
28+
images: ${{ secrets.ASSOCIATION_DOCKER_HUB_REPO }}
2929

3030
- name: Build and push Docker image
3131
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)