Skip to content

Commit 2a78b65

Browse files
committed
Change branch for tags workflow
1 parent f6b458d commit 2a78b65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
serjs/openrouter-proxy-injector
3636
ghcr.io/${{ github.repository }}/openrouter-proxy-injector
3737
tags: |
38-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
38+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'oss') }}
3939
type=ref,event=branch
4040
type=ref,event=pr
4141
type=semver,pattern={{raw}}
@@ -55,7 +55,6 @@ jobs:
5555
- name: Run Buildx for amd64, armv7, arm64 architectures
5656
uses: docker/build-push-action@v2
5757
with:
58-
context: .
5958
platforms: linux/amd64,linux/arm/v7,linux/arm64
6059
push: ${{ github.event_name != 'pull_request' }}
6160
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)