Skip to content

Publish v1.1.6

Publish v1.1.6 #67

Workflow file for this run

name: Web
run-name: ${{ github.ref_type == 'tag' && 'Publish' || 'Build' }} ${{ github.ref_type == 'tag' && github.ref_name || 'Web' }}
on:
push:
branches: '*'
tags:
- v*
- web-*
paths:
- .github/workflows/*
- sdk/**
- web/**
permissions:
contents: read
packages: write
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
directory: web
publish:
if: ${{ github.ref_type == 'tag' }}
needs: tests
uses: ./.github/workflows/publish-docker.yml
with:
directory: web
imageName: ghcr.io/aldahick/rex-web