Skip to content

still wip

still wip #37

name: Docker build and push
on:
push:
branches:
- '*'
tags:
- 'v*'
jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
steps:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
# username: ${{ vars.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
username: "dog"
password: "cat"
logout: true