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

Loading…
Cancel
Save