Skip to content

Testing docker login #5

Testing docker login

Testing docker login #5

name: docker-utils-release
# This action is used to update the utils docker image
# whenever there is a change in the utils repo that lands on main
on:
workflow_dispatch:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub 3
uses: docker/login-action@v3
with:
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}