We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec5d16 commit 5f7915bCopy full SHA for 5f7915b
.github/workflows/server-image.yml
@@ -41,12 +41,7 @@ jobs:
41
- name: Build and push container image
42
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
43
with:
44
- context: "{{ defaultContext }}:server"
45
- push: false
+ file: ./server/Dockerfile
+ context: ./server
46
+ push: true
47
tags: ${{ env.IMAGE_NAME }}
-
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