Skip to content

Commit 3f23a48

Browse files
authored
Fixing CI
1 parent 908e6a5 commit 3f23a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
DOCKER_BUILDKIT: "1"
15-
DOCKER_IMAGE_TAG: ${CI_COMMIT_REF_SLUG}
15+
DOCKER_IMAGE_TAG: ${{ env.CI_COMMIT_REF_SLUG }}
1616
AUTHNZ_EMU: "1"
1717
ANMS_COMPOSE_OPTS: "-f docker-compose.yml -p anms"
1818
AGENT_COMPOSE_OPTS: "-f agent-compose.yml -p agents"

0 commit comments

Comments
 (0)