Browse Source

update tag

tags/5.1.0
Luigi Cruz 3 years ago
parent
commit
037b011161
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      .github/workflows/validate.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -7,7 +7,7 @@ name: Build & Deploy Image
jobs:
build:
name: Build & Release Image
runs-on: odin
runs-on: ARM64
timeout-minutes: 2880
env:
working-directory: ./


+ 1
- 1
.github/workflows/validate.yml View File

@@ -5,7 +5,7 @@ name: Build & Validate Image
jobs:
build:
name: Build & Validate Image
runs-on: odin
runs-on: ARM64
timeout-minutes: 2880
env:
working-directory: ./


Loading…
Cancel
Save