Skip to content

Commit

Permalink
use actions and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Zhou committed Mar 22, 2022
1 parent 41f2f23 commit 377c27d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
VERSION: ${{github.event.release.tag_name}}

steps:
- uses: actions/checkout@v2

- name: Set version string
id: vars
run: echo ::set-output name=release_version::${VERSION##*v}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Set up Docker Buildx
- name: Set up Docker Build
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion sharpei/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = "Polymathian"
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 377c27d

Please sign in to comment.