Skip to content

Commit

Permalink
ci: fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Feb 6, 2024
1 parent bb47ca8 commit 767d1db
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/validate_gentx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

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

- name: Build Docker Image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
tags: validate-gentx
run: docker build -t validate-gentx .

- name: Run Docker image
run: docker run validate-gentx

0 comments on commit 767d1db

Please sign in to comment.