From 3258b4b1c2428b7d721d03f7baf717397be5c1e6 Mon Sep 17 00:00:00 2001 From: Roy Francis Date: Thu, 26 Sep 2024 11:43:59 +0200 Subject: [PATCH] Updated versions and added manual trigger --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd1393f..8f1ec1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,6 @@ name: build on: + workflow_dispatch: push: branches-ignore: - gh-pages @@ -10,16 +11,16 @@ env: jobs: rmd-render-job: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Set time zone - uses: szenius/set-timezone@v1.0 + uses: szenius/set-timezone@v2.0 with: timezoneLinux: "Europe/Stockholm" timezoneMacos: "Europe/Stockholm" timezoneWindows: "W. Europe Standard Time" - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Pull image run: docker pull ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }} - name: Define variables