Skip to content

Commit

Permalink
Add missing DOCKER_ORGANIZATION_NAME from secret to docker-minimal ac…
Browse files Browse the repository at this point in the history
…tions workflow
  • Loading branch information
neilcook committed Jun 5, 2024
1 parent 43eb64c commit db4ced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
DOCKERFILE: docker/wforce_image/Dockerfile.minimal
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
IMAGE_NAME: wforce-minimal
DOCKER_ORGANIZATION_NAME: ${{ secrets.DOCKER_ORGANIZATION_NAME }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit db4ced9

Please sign in to comment.