mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-03 08:19:44 +00:00
[OPB-xxx] updating agent version for build and release
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
4
.github/workflows/release_manual.yaml
vendored
4
.github/workflows/release_manual.yaml
vendored
@@ -5,7 +5,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: .env
|
path: .env
|
||||||
- name: Build and push Docker containers
|
- name: Build and push Docker containers
|
||||||
run: docker-compose build && docker-compose push
|
run: docker compose build && docker compose push
|
||||||
env:
|
env:
|
||||||
REGISTRY_PREFIX: ${{ steps.dotenv.outputs.registry_prefix }}
|
REGISTRY_PREFIX: ${{ steps.dotenv.outputs.registry_prefix }}
|
||||||
VERSION: ${{ steps.dotenv.outputs.version }}
|
VERSION: ${{ steps.dotenv.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user