updated dockerhub_bash_fedora.yaml

pull/2/head
Hari Sekhon 3 years ago
parent 61c60e2046
commit 439a3c5c85

@ -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 }}

Loading…
Cancel
Save