Fixing typo in docker image workflow

This commit is contained in:
syncomp-dev1 2022-09-02 13:26:28 -04:00
parent ebdeb139d9
commit a7bf8b1993

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'