Skip to content

Build And Push

Build And Push #10

name: Build and Push
on:
workflow_dispatch:
jobs:
dummy:
runs-on: ubuntu-latest
environment: docker_jbbp
steps:
- name: Echo Info
run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches. To test this action, please run it on whatever branch holds your draft."
- name: Verify Secrets
run: echo "Username is set to \${{ secrets.DOCKERHUB_USERNAME }}"