diff --git a/.github/workflows/dockerhub_bash_fedora.yaml b/.github/workflows/dockerhub_bash_fedora.yaml index d4a401b6..a4f3418c 100644 --- a/.github/workflows/dockerhub_bash_fedora.yaml +++ b/.github/workflows/dockerhub_bash_fedora.yaml @@ -12,7 +12,7 @@ # --- -name: Docker Build DevOps Bash Tools (Fedora) +name: DockerHub Build (Fedora) on: push: @@ -22,15 +22,6 @@ on: workflow_dispatch: jobs: - checkout_dockerfiles: - name: Checkout Dockerfiles - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v2 - with: - repository: HariSekhon/Dockerfiles - path: Dockerfiles docker_build: name: Docker Build uses: HariSekhon/GitHub-Actions/.github/workflows/docker_build.yaml@master @@ -39,6 +30,7 @@ jobs: with: repo: harisekhon/bash-tools tags: fedora + dockerfile-repo: HariSekhon/Dockerfiles context: Dockerfiles/devops-bash-tools-fedora secrets: DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}