We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebdeb13 + a7bf8b1 commit aca7bbcCopy full SHA for aca7bbc
.github/workflows/build_aca_image.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: macbre/push-to-ghcr@master
54
with:
55
image_name: nsacyber/hirs/aca-centos7
56
- github_token: ${{ secrets.GHCR_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
57
dockerfile: "./.ci/docker/Dockerfile.acaimage"
58
- name: Build and publish a Docker image for ${{ github.repository }}
59
if: github.event_name == 'workflow_dispatch'
0 commit comments