Redo actions with gitea
Some checks failed
/ Building (push) Failing after 15s

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-09-24 22:29:43 +05:30
parent 683358f3c1
commit 7e3a546deb
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -0,0 +1,27 @@
on:
workflow_dispatch:
push:
jobs:
Building:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build & Push
uses: docker/build-push-action@master
with:
push: true
context: .
platforms: linux/amd64
tags: git.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
cache-from: type=gha
cache-to: type=gha,mode=max