fix: remove tag to hopefully fix digest pushing

This commit is contained in:
2023-09-23 21:44:42 +00:00
parent 8d550748cd
commit 5cd683cb7a

View File

@@ -46,7 +46,7 @@ jobs:
VERSION=${{ matrix.version }} VERSION=${{ matrix.version }}
push: true push: true
platforms: linux/${{ matrix.arch }} platforms: linux/${{ matrix.arch }}
tags: registry.dangerous.tech/dangeroustech/zerotierbridge:latest # tags: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true
- name: Export Digests - name: Export Digests