Updating workflow
Some checks failed
Production deployment / Building and pushing (push) Failing after 2m49s

This commit is contained in:
2024-12-27 11:37:05 +01:00
parent 329435f68f
commit b1608ee414
2 changed files with 33 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ name: Production deployment
on:
push:
branches:
- master
tags:
- 'v*'
env:
IMAGE_NAME: "jdrbot"
@@ -17,7 +17,14 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out repo's default branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Getting version
uses: https://gitea.skydust.fr/actions/get-version@main
- name: Update rust package version
run: |
log_info "Updating gradle.properties version to $(yellow)$NEW_VERSION"
sed -Ei "s|^(version=).*$|\1${NEW_VERSION}|" gradle.properties
cat gradle.properties
- name: Docker login
uses: https://gitea.skydust.fr/actions/docker-login-skydust@main
with: