Skip to content

Commit

Permalink
tests: Workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnq committed Jan 17, 2025
1 parent a5d4de6 commit 6864464
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- release-*
push:
branches:
- main

jobs:
unit:
Expand Down Expand Up @@ -62,6 +65,9 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: build tests main container image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
cache-from: type=gha
context: .
Expand Down Expand Up @@ -105,6 +111,9 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: build tests main container image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
cache-from: type=gha
context: .
Expand Down

0 comments on commit 6864464

Please sign in to comment.