You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/.github/workflows/push.yml

14 lines
380 B
YAML

on: push
name: Build on push
jobs:
build:
name: Docker build, tag, and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Docker build, tag, and push
uses: pangzineng/Github-Action-One-Click-Docker@master
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}