Merge pull request #492 from nsacyber/issue-490-fix

[#490] Fixing a typo in the build Docker image workflow
This commit is contained in:
iadgovuser26 2022-09-06 17:12:14 -04:00 committed by GitHub
commit aca7bbced4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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