Files
Transcriptarr/.github/workflows/github-actions-builddockerfile.yml
2024-02-11 08:26:46 -07:00

28 lines
559 B
YAML

name: Build_Subgen_Dockerfile
on:
push:
branches:
- 'launcher'
paths-ignore:
- '**.md'
- '**.yml'
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: mccloud/subgen:launcher