Skip to content

Commit

Permalink
Merge pull request #52 from geniusyield/51-ci-revision-information
Browse files Browse the repository at this point in the history
Broken revision information in the bot backend #28
  • Loading branch information
sourabhxyz authored Apr 26, 2024
2 parents bf04438 + 7680428 commit 7bda091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ secrets
secrets/*
dist-newstyle
.*
!.git
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
Expand All @@ -53,6 +55,7 @@ jobs:
- name: ${{ github.ref == 'refs/heads/main' && 'Build and Push Docker image' || 'Build Docker image' }}
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.ref == 'refs/heads/main'}}
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
Expand Down

0 comments on commit 7bda091

Please sign in to comment.