forked from mirrors/protonmail-bridge-docker
Use Docker Hub build
This commit is contained in:
11
push-tag.sh
Normal file
11
push-tag.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
source ./releaserc
|
||||
|
||||
git config --local user.email "actions@github.com"
|
||||
git config --local user.name "Github Action"
|
||||
git tag -a "r${RELEASE}" -m "Release ${RELEASE}"
|
||||
REMOTE_REPO="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
git push "${REMOTE_REPO}" "r${RELEASE}"
|
||||
Reference in New Issue
Block a user