updated docker_bash_fedora.yaml

pull/2/head
Hari Sekhon 3 years ago
parent b9104b5701
commit ad50d680d2

@ -12,7 +12,7 @@
# #
--- ---
name: DockerHub Build (Fedora) name: Docker Build (Fedora)
on: on:
push: push:
@ -40,8 +40,10 @@ jobs:
name: Docker Build name: Docker Build
uses: HariSekhon/GitHub-Actions/.github/workflows/docker_build.yaml@master uses: HariSekhon/GitHub-Actions/.github/workflows/docker_build.yaml@master
with: with:
repo: harisekhon/bash-tools # GitHub Actions doesn't yet support referencing env context in uses
tags: fedora repo_tags: |
harisekhon/bash-tools:fedora
ghcr.io/harisekhon/bash-tools:fedora
dockerfile-repo: HariSekhon/Dockerfiles dockerfile-repo: HariSekhon/Dockerfiles
context: Dockerfiles/devops-bash-tools-fedora context: Dockerfiles/devops-bash-tools-fedora
secrets: secrets:

Loading…
Cancel
Save