mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-01 15:11:03 +00:00
Fixing typo in docker image workflow
This commit is contained in:
parent
ebdeb139d9
commit
a7bf8b1993
2
.github/workflows/build_aca_image.yml
vendored
2
.github/workflows/build_aca_image.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: macbre/push-to-ghcr@master
|
uses: macbre/push-to-ghcr@master
|
||||||
with:
|
with:
|
||||||
image_name: nsacyber/hirs/aca-centos7
|
image_name: nsacyber/hirs/aca-centos7
|
||||||
github_token: ${{ secrets.GHCR_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
dockerfile: "./.ci/docker/Dockerfile.acaimage"
|
dockerfile: "./.ci/docker/Dockerfile.acaimage"
|
||||||
- name: Build and publish a Docker image for ${{ github.repository }}
|
- name: Build and publish a Docker image for ${{ github.repository }}
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user