Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent 7a48acf commit 80bc2fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
branches: ["deploy"]

jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker
uses: docker/setup-buildx-action@v2
- name: Build all Docker images (test build)
run: docker compose build --progress=plain --no-cache
- name: Test docker images
run: docker images -a
deploy:
runs-on: ubuntu-latest
needs: build-test
Expand Down

0 comments on commit 80bc2fe

Please sign in to comment.