Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Aug 1, 2024
1 parent 3710fb7 commit 694a74a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:

- name: Bake Docker images
uses: docker/bake-action@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0
with:
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max

- name: Show all built images
run: docker images
Expand All @@ -67,7 +63,6 @@ jobs:
compression-level: 0

compose-test:
if: false
name: compose-test ${{ matrix.docker-compose-file }}
needs: build-test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -124,7 +119,7 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: "3.14.3"

Expand Down

0 comments on commit 694a74a

Please sign in to comment.