We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefeca4 commit cf74117Copy full SHA for cf74117
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Setup vars
13
id: vars
14
- run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
+ run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
15
16
- name: Checkout
17
uses: actions/checkout@v2
@@ -59,4 +59,4 @@ jobs:
59
docker.io/varankinv/github-weather:${{ steps.vars.outputs.tag }}
60
61
- name: Show Docker Image Digest
62
- run: echo ${{ steps.docker_build.outputs.digest }}
+ run: echo ${{ steps.docker_build.outputs.digest }}
deployments/cronjob.yaml
@@ -10,7 +10,7 @@ spec:
10
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"
0 commit comments