Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,45 +58,6 @@ jobs:
IGNITE_EVOLVE_APP_VERSION=${{ env.IGNITE_EVOLVE_APP_VERSION }}
EVNODE_VERSION=${{ env.EVNODE_VERSION }}

build-attester-image:
name: Build Attester Image
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
packages: write
outputs:
image_tag: ${{ steps.tag.outputs.tag }}
steps:
- uses: actions/checkout@v5

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Determine image tag
id: tag
run: |
if [ "${{ github.event_name }}" = "pull_request" ]; then
echo "tag=ghcr.io/evstack/attester:pr-${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
else
echo "tag=ghcr.io/evstack/attester:${{ github.sha }}" >> "$GITHUB_OUTPUT"
fi

- name: Build and push Attester image
uses: docker/build-push-action@v6
with:
context: .
file: tests/integration/docker/Dockerfile.attester
push: true
tags: ${{ steps.tag.outputs.tag }}

liveness-tastora:
name: Test with EV-ABCI Chain (Tastora)
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion attester/.gitignore

This file was deleted.

65 changes: 0 additions & 65 deletions attester/README.md

This file was deleted.

185 changes: 0 additions & 185 deletions attester/go.mod

This file was deleted.

Loading