Skip to content

Commit

Permalink
updated secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalm committed Jan 4, 2024
1 parent 8f5fc2c commit 70ff452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
docker build . --file Dockerfile --tag $IMAGE_TAG
- name: Log into registry
run: echo "${{ secrets.CONTAINER_REGISTRY }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.CONTAINERREGISTRY }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push image
run: |
Expand Down

0 comments on commit 70ff452

Please sign in to comment.