Skip to content

Commit

Permalink
Fixing typo in docker image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syncomp-dev1 committed Sep 2, 2022
1 parent ebdeb13 commit a7bf8b1
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 a7bf8b1

Please sign in to comment.