Skip to content

chore: updated readme for explicitness #5

chore: updated readme for explicitness

chore: updated readme for explicitness #5

Workflow file for this run

name: API CI with docker images
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
push: true
tags: marcstreeter/yeets:latest