Skip to content

Remove bin dir and change to reusable action (#24) #24

Remove bin dir and change to reusable action (#24)

Remove bin dir and change to reusable action (#24) #24

name: Docker Build and Push
on:
push:
branches:
- "main"
jobs:
call-docker-build-push:
uses: submitty/action-docker-build/.github/workflows/[email protected]
with:
push: true
docker_username: ${{ vars.docker_username }}
base_commit: ${{ github.event.before }}
head_commit: ${{ github.event.after }}
secrets:
docker_password: ${{ secrets.docker_password }}