Skip to content

Commit

Permalink
Actually build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 22, 2023
1 parent db99d05 commit 8756815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
- name: Build
run:
make all

- name: Build and push image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 8756815

Please sign in to comment.