Skip to content

Commit

Permalink
Build more variants
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 10, 2024
1 parent 6f56dcb commit 85529c8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Build

on: pull_request

jobs:
docker:
uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
with:
tag: latest
secrets: inherit
17 changes: 17 additions & 0 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Build Tag

on:
push:
tags:
- '*'

jobs:
docker:
steps:
- uses: olegtarasov/[email protected]
id: tagName
- uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
with:
tag: ${{ steps.tagName.outputs.tag }}
secrets: inherit

0 comments on commit 85529c8

Please sign in to comment.