Skip to content

build :: test auth

build :: test auth #5

Workflow file for this run

name: ci-cd.yml
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- run: cat ${{ secrets.DOCKER_USERNAME }}
- name: Login to Docker Hub
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}