Skip to content

Commit

Permalink
feat(e2e): add e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <csatib02@gmail.com>
  • Loading branch information
csatib02 committed Sep 3, 2024
1 parent a7c66ba commit 10aba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: type=oci,dest=image.tar
outputs: type=image,dest=image.tar

- name: Build and push Docker image
id: build
Expand All @@ -73,7 +73,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: type=image, push=true
outputs: type=image,push=true

- name: Upload image artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 10aba54

Please sign in to comment.