neue Checkout-Version beim Job
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 56s
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 56s
This commit is contained in:
parent
10bdc8fb5a
commit
59de54e80a
@ -4,14 +4,14 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# workflow_call:
|
# workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: podman-latest
|
runs-on: podman-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set version in Cargo.toml
|
- name: Set version in Cargo.toml
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(cat VERSION)
|
VERSION=$(cat VERSION)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user