Refactoring of github actions files
This commit is contained in:
parent
e08782dd50
commit
7c8ce5a470
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
generate_docker_image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- id: commit
|
||||
uses: pr-mpt/actions-commit-hash@v1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue