Skip to content

Commit f62bf00

Browse files
authored
Update docker-publish.yml
1 parent ce2cc67 commit f62bf00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Setup default version
29-
run: echo "DNSCRYPT_PROXY_VERSION=2.0.45" >> $GITHUB_ENV
29+
run: echo "DNSCRYPT_PROXY_VERSION=2.1.1" >> $GITHUB_ENV
3030
if: ${{ env.DNSCRYPT_PROXY_VERSION == '' }}
3131

3232
- name: Setup Docker buildx
@@ -50,5 +50,5 @@ jobs:
5050
context: .
5151
platforms: linux/amd64
5252
build-args: VERSION=${{ env.DNSCRYPT_PROXY_VERSION }}
53-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DNSCRYPT_PROXY_VERSION }}
53+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:testing,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DNSCRYPT_PROXY_VERSION }}
5454
push: true

0 commit comments

Comments
 (0)