Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 9, 2022
1 parent 7c4aee0 commit e3e121b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: docker build . --file Dockerfile --tag $IMAGE_NAME

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push image
run: |
Expand Down
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,6 @@ coverage:
go tool cover -html=cover.out -o coverage.html


## package: Package assets
.PHONY: package
package:
@echo ">> ============= Package Assets ============= <<"
-rm $(shell pwd)/web/.env
echo "VUE_APP_API_URL=" > $(shell pwd)/web/.env.dist
cd web;$(NPM) run build
$(PKGER) list -include $(shell pwd)/web/dist
$(PKGER) -o cmd


## run: Run the API Server
.PHONY: run
run:
Expand Down

0 comments on commit e3e121b

Please sign in to comment.