Skip to content

Commit cf74117

Browse files
committed
ci: fix docker tag naming
1 parent aefeca4 commit cf74117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Setup vars
1313
id: vars
14-
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
14+
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
1515

1616
- name: Checkout
1717
uses: actions/checkout@v2
@@ -59,4 +59,4 @@ jobs:
5959
docker.io/varankinv/github-weather:${{ steps.vars.outputs.tag }}
6060
6161
- name: Show Docker Image Digest
62-
run: echo ${{ steps.docker_build.outputs.digest }}
62+
run: echo ${{ steps.docker_build.outputs.digest }}

deployments/cronjob.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: github-weather
13-
image: docker.io/varankinv/github-weather:v3.1.0
13+
image: docker.io/varankinv/github-weather:v3.1.1
1414
command: ["/bin/github-weather"]
1515
args:
1616
- "--debug"

0 commit comments

Comments
 (0)