Skip to content

Commit

Permalink
gallery build used an outdated image (#1736)
Browse files Browse the repository at this point in the history
* v1.2.2 of workflow

* original rules

* use the correct image

* added env

* inputs defined

* hardcoded branch

* undo testing change
  • Loading branch information
ReimarBauer authored Apr 6, 2023
1 parent b3617ae commit 50d0add
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build_docs_gallery.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Build Gallery

on: pull_request
on:
pull_request:
inputs:
branch_name:
required: true
type: string
secrets:
PAT:
required: true

env:
PAT: ${{ secrets.PAT }}

jobs:
Test-MSS-docs:
Expand All @@ -11,7 +22,7 @@ jobs:
shell: bash

container:
image: openmss/mss-test:latest
image: openmss/testing-develop

steps:
- name: Trust My Directory
Expand Down

0 comments on commit 50d0add

Please sign in to comment.