Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos authored Aug 21, 2024
1 parent 908e6a5 commit 3f23a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: "1"
DOCKER_IMAGE_TAG: ${CI_COMMIT_REF_SLUG}
DOCKER_IMAGE_TAG: ${{ env.CI_COMMIT_REF_SLUG }}
AUTHNZ_EMU: "1"
ANMS_COMPOSE_OPTS: "-f docker-compose.yml -p anms"
AGENT_COMPOSE_OPTS: "-f agent-compose.yml -p agents"
Expand Down

0 comments on commit 3f23a48

Please sign in to comment.