FIX: Logging into docker first...

This commit is contained in:
Hayden Hargreaves 2025-02-22 23:45:03 -07:00
parent 46be17c759
commit d56aa6eda3

View File

@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN}}
- name: Build and push Docker image
uses: docker/build-push-action@v3
with: