Skip to content

Merge pull request #3 from Iteam1337/irony-patch-1 #5

Merge pull request #3 from Iteam1337/irony-patch-1

Merge pull request #3 from Iteam1337/irony-patch-1 #5

Workflow file for this run

name: Docker CI
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 🔐 Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: 🔧 Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: iteam1337/mail-signature