Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Jan 31, 2024
1 parent 33fc6e7 commit 9209141
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build debug Docker image
name: Build members-platform Docker image

on:
- push
Expand All @@ -9,7 +9,13 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'hacklabto/members-platform'
steps:
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- uses: docker/build-push-action@v2
with:
# https://github.com/docker/build-push-action/issues/378
Expand Down

0 comments on commit 9209141

Please sign in to comment.