Skip to content

Commit

Permalink
ci: Fix docker publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Feb 25, 2020
1 parent 67b997b commit aa8024f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- v*

jobs:
build:
release:
name: Release

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ docker-build:
@docker build --build-arg go_version=${go_version} --tag ${docker_image} .

.PHONY: docker-push
docker-push:
@docker tag ${docker_image} ${docker_image_patch}
@docker tag ${docker_image} ${docker_image_minor}
@docker tag ${docker_image} ${docker_image_major}
Expand Down

0 comments on commit aa8024f

Please sign in to comment.