Skip to content

Commit 5f7915b

Browse files
committed
another attempt to release container image for server
1 parent eec5d16 commit 5f7915b

File tree

3 files changed

+597
-12380
lines changed

3 files changed

+597
-12380
lines changed

.github/workflows/server-image.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ jobs:
4141
- name: Build and push container image
4242
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
4343
with:
44-
context: "{{ defaultContext }}:server"
45-
push: false
44+
file: ./server/Dockerfile
45+
context: ./server
46+
push: true
4647
tags: ${{ env.IMAGE_NAME }}
47-
48-
- name: Release container image
49-
run: npx semantic-release --no-ci --no-git --no-changelog
50-
working-directory: server
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)