adding actions pipeline

This commit is contained in:
lza_menace
2023-10-12 13:37:39 -07:00
parent 327dd2af9d
commit fe589606a5

16
.github/workflows/publish.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: publish images
on:
push:
branches: main
jobs:
login:
runs-on: ubuntu-latest
steps:
-
name: Log into Docker Hub
users: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}