test docker hub login
Some checks failed
/ build (push) Failing after 1s

This commit is contained in:
jon brookes 2025-11-29 16:19:00 +00:00
parent 8afb850a1a
commit ec7949fe21

View file

@ -24,6 +24,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# - name: Build and Push
# run: |
# docker build -t user/myimage:latest .