Skip to content

Commit

Permalink
cleanup actions yml
Browse files Browse the repository at this point in the history
Signed-off-by: munapower <[email protected]>
  • Loading branch information
munapower committed Feb 20, 2024
1 parent bb2291c commit 895755d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
filters: |
docker:
- 'utils/docker/**'
# base: 'main'
- name: build dev image
if: steps.filter.outputs.docker == 'true'
env:
Expand All @@ -48,7 +47,7 @@ jobs:
make -C utils/docker build build-dev
- name: fetch dev image
if: steps.filter.outputs.docker == 'false'
if: steps.filter.outputs.docker == 'false'
env:
DOCKER_QUIET_BUILD: 1
run: |
Expand All @@ -69,7 +68,7 @@ jobs:
# continue only if we push to main and rebuild docker images
#
- name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry
if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true'
if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true'
uses: docker/login-action@v2
with:
registry: ${{ env.DOCKER_REGISTRY }}
Expand Down

0 comments on commit 895755d

Please sign in to comment.