Skip to content

Commit

Permalink
[REMOVE BEFORE MERGE] Add docker build for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Nov 11, 2024
1 parent 9e522fd commit ce6f7f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and push Docker image

on:
push:
branches: [main]
branches: [main, feat/merged-weight-copying]
tags:
- '*'

Expand Down Expand Up @@ -44,4 +44,3 @@ jobs:
push: true
tags: |
ghcr.io/renlabs-dev/subspace:${{ steps.commit.outputs.short }}
ghcr.io/renlabs-dev/subspace:${{ github.ref_name }}

0 comments on commit ce6f7f3

Please sign in to comment.