mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +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
|
||||
with:
|
||||
image_name: nsacyber/hirs/aca-centos7
|
||||
github_token: ${{ secrets.GHCR_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
dockerfile: "./.ci/docker/Dockerfile.acaimage"
|
||||
- name: Build and publish a Docker image for ${{ github.repository }}
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
|
Loading…
Reference in New Issue
Block a user