Upgraded build push action version. Changed ubuntu version
This commit is contained in:
7
.github/workflows/development-build.yml
vendored
7
.github/workflows/development-build.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Login into docker hub
|
||||
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PW }}
|
||||
- name: Build and Push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Moonlight/Dockerfile
|
||||
@@ -29,5 +29,4 @@ jobs:
|
||||
"BUILD_CHANNEL=${GITHUB_REF#refs/heads/}"
|
||||
"BUILD_COMMIT_HASH=${git rev-parse --short '$GITHUB_SHA'}"
|
||||
"BUILD_NAME=devbuild ${date}"
|
||||
"BUILD_VERSION=${git rev-parse --short '$GITHUB_SHA'}"
|
||||
|
||||
"BUILD_VERSION=${git rev-parse --short '$GITHUB_SHA'}"
|
||||
Reference in New Issue
Block a user