Skip to content

Commit

Permalink
Merge pull request #396 from artsy/artsyjian/fixrelease
Browse files Browse the repository at this point in the history
fix: release_dockerhub CI step
  • Loading branch information
joeyAghion committed Jan 11, 2024
2 parents 6fcda2a + 29a9190 commit ea1a81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DIST_DIR ?= dist/
PROJECT = github.com/artsy/hokusai
VERSION ?= $(shell cat hokusai/VERSION)
MINOR_VERSION ?= $(shell cat hokusai/VERSION | awk -F"." '{ print $$1"."$$2 }')
RELEASE_MINOR_VERSION ?= $(shell cat hokusai/VERSION | awk -F"." '{ print $$1"."$$2 }')
ARTIFACT_LABEL ?= $(shell cat hokusai/VERSION)
BINARY_SUFFIX ?= -$(ARTIFACT_LABEL)-$(shell uname -s)-$(shell uname -m)

Expand Down

0 comments on commit ea1a81f

Please sign in to comment.