0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-02 18:29:41 +02:00

fix drone config signature (#2)

This commit is contained in:
Robert Kaussow 2022-11-27 17:54:52 +01:00 committed by GitHub
parent 873a7c6437
commit f3f7b9d8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -457,6 +457,6 @@ depends_on:
---
kind: signature
hmac: fa6e3cc79dbe3ac732db2f1949298af295708d6d5932690ed63a8ca74d0eed25
hmac: 7e8f9c0185f2416c4250a175458905fe516c706a9dd4b0d38c201b22bc5b1b3d
...

View File

@ -22,7 +22,7 @@ GENERATE ?=
XGO_VERSION := go-1.19.x
XGO_TARGETS ?= linux/amd64,linux/arm-6,linux/arm-7,linux/arm64
TAGS ?= netgo
TAGS ?= netgo osusergo
ifndef VERSION
ifneq ($(DRONE_TAG),)