fix secret names

This commit is contained in:
Daniel Sukoneck 2024-01-24 19:38:54 -07:00
parent 6fc4ead7ec
commit 7ff6877946
No known key found for this signature in database

View file

@ -22,8 +22,8 @@ jobs:
- name: Login to Docker hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}
- name: Log tag name
run: echo "Build for tag ${{ github.ref_name }}"