Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-z committed Jun 6, 2024
1 parent e054531 commit d7281bf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 203 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/deploy-docs.yml

This file was deleted.

15 changes: 2 additions & 13 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ jobs:
environment: production

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
push: true
tags: irisnet/irishub:${{ github.ref == 'refs/tags/*' && github.ref || github.sha }}
run: |
echo ${{ github.ref == 'refs/tags/*' && github.ref || github.sha }}
31 changes: 0 additions & 31 deletions .github/workflows/releases.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/run-unit-tests.yml

This file was deleted.

0 comments on commit d7281bf

Please sign in to comment.