Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ksato9700 committed Nov 2, 2020
1 parent 9ce4769 commit 25dfb1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
release:
types: [published]
workflow_dispatch:

env:
DOCKER_BASE_NAME: ghcr.io/ksato9700/geth-exporter-rust
Expand All @@ -30,14 +33,12 @@ jobs:
- run: docker images

- name: Login to Registries
if: github.event_name != 'pull_request'
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
echo "${GH_PAT}" | docker login ghcr.io -u peaceiris --password-stdin
- name: Push to GitHub Container Repository (latest)
if: github.event_name != 'pull_request'
run: docker push ${DOCKER_BASE_NAME}:latest

- name: Push to GitHub Container Repository (release tag)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Ken Sato <[email protected]>"]
edition = "2018"
name = "geth-exporter-rust"
version = "0.1.2"
version = "0.1.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 25dfb1d

Please sign in to comment.