Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
StenAL committed Oct 15, 2023
1 parent 92e0271 commit b6cfb09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/server-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
name: server
path: server/build

- name: build and publish server Docker image
uses: docker/build-push-action@v4
with:
context: server
file: server/docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: false
tags: stenal/baltic-stock-server:latest

publish:
needs: build
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b6cfb09

Please sign in to comment.