hnshosting-wp/.gitea/workflows/release.yml

16 lines
279 B
YAML
Raw Normal View History

2023-08-25 13:44:13 +10:00
name: Build Docker for Release
run-name: Build Docker Images
on:
push:
tags:
- '*'
jobs:
TEST:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Print tag
run: echo "tag=${GITHUB_REF#refs/tags/}"