ci: update github actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-11-26 14:05:57 +01:00
parent ede90db01c
commit 2400718d81
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 47 additions and 69 deletions

View file

@ -3,10 +3,9 @@ name: e2e
on:
push:
branches:
- main
- 'main'
- 'release/*'
pull_request:
branches:
- main
jobs:
run-e2e-test:
@ -14,12 +13,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build image
uses: docker/bake-action@v1
uses: docker/bake-action@v2
with:
targets: image-local
-