Skip to content

Commit

Permalink
emphemeral: set state 0011, expect RUN Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 11, 2023
1 parent fec3a89 commit 724d7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ env:

# Override policy-dependent decision-making and
# Accept any ALL (branch/build) to Publish to Dockerhub
ALWAYS_BUILD_N_PUBLSIH_DOCKER: "true"
ALWAYS_BUILD_N_PUBLSIH_DOCKER: "false"

# Docker Policy

## Continous Integration / Continuous Deployment
## CDeployment : Builds and Publishes only if Tests ran and passed
DOCKER_JOB_POLICY: "CDeployment"
# DOCKER_JOB_POLICY: "CDeployment"

## Continous Integration / Continuous Delivery
## CDelivery : Builds and Publishes if Tests Passed or if Tests were Skipped
# DOCKER_JOB_POLICY: "CDelivery"
DOCKER_JOB_POLICY: "CDelivery"


## Lower level config ##
Expand Down

0 comments on commit 724d7d2

Please sign in to comment.