Ver código fonte

update tag

tags/5.1.0
Luigi Cruz 3 anos atrás
pai
commit
037b011161
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      .github/workflows/validate.yml

+ 1
- 1
.github/workflows/release.yml Ver arquivo

@@ -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 Ver arquivo

@@ -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: ./


Carregando…
Cancelar
Salvar