Skip to content

Commit

Permalink
ci: fix docker tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Sep 22, 2020
1 parent aefeca4 commit cf74117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Setup vars
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}

- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
docker.io/varankinv/github-weather:${{ steps.vars.outputs.tag }}
- name: Show Docker Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion deployments/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: github-weather
image: docker.io/varankinv/github-weather:v3.1.0
image: docker.io/varankinv/github-weather:v3.1.1
command: ["/bin/github-weather"]
args:
- "--debug"
Expand Down

0 comments on commit cf74117

Please sign in to comment.