Skip to content

Commit

Permalink
Merge pull request #492 from nsacyber/issue-490-fix
Browse files Browse the repository at this point in the history
[#490] Fixing a typo in the build Docker image workflow
  • Loading branch information
iadgovuser26 committed Sep 6, 2022
2 parents ebdeb13 + a7bf8b1 commit aca7bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_aca_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aca7bbc

Please sign in to comment.