1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

ci(gha): disable release action for now

هذا الالتزام موجود في:
Adam Cooke
2021-07-26 17:52:51 +00:00
الأصل 03232a4e8b
التزام dcd5716d28

عرض الملف

@@ -40,20 +40,20 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
run: make docker-release run: make docker-release
build-release: # build-release:
runs-on: self-hosted # runs-on: self-hosted
needs: [test] # needs: [test]
if: contains(github.ref, 'refs/tags/') # if: contains(github.ref, 'refs/tags/')
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Parse git ref # - name: Parse git ref
run: | # run: |
echo "DOCKER_TAG_VERSION=$(basename $GITHUB_REF)" >> $GITHUB_ENV # echo "DOCKER_TAG_VERSION=$(basename $GITHUB_REF)" >> $GITHUB_ENV
- name: Build and push Docker image # - name: Build and push Docker image
run: make docker-release # run: make docker-release
env: # env:
DOCKER_TAG_NAME: "latest" # DOCKER_TAG_NAME: "latest"