Skip to content

Commit

Permalink
[chore] update Makefile and Dockerfile for the app version on prod gi…
Browse files Browse the repository at this point in the history
…thub action workflow
  • Loading branch information
cuongpiger committed Jun 6, 2024
1 parent 1f916d7 commit 8c6e84c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
NEW_VERSION: ${{ steps.previoustag.outputs.tag }}
run: |
export REGISTRY=${{ vars.VCR_REGISTRY }}
export VERSION=${NEW_VERSION}
export VERSION=${{ github.ref_name }}
make bush-local-images
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TAR_FILE ?= rootfs.tar
GOOS ?= $(shell go env GOOS)
GOPROXY ?= $(shell go env GOPROXY)
#VERSION ?= $(shell git describe --tags --match='v*')
VERSION := "v0.0.0"
VERSION ?= "v0.0.0"
GOARCH :=
GOFLAGS :=
TAGS :=
Expand Down
19 changes: 0 additions & 19 deletions requirements.txt

This file was deleted.

0 comments on commit 8c6e84c

Please sign in to comment.