Skip to content

Commit 76e1fe0

Browse files
authored
Update docker-publish.yml
Corrected building tags for the testing branch
1 parent 5639848 commit 76e1fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)