Compare commits

..

1 Commits

Author SHA1 Message Date
7d5b6b2e21 feat: create reusable action for setting up Docker environment in workflows
All checks were successful
Build Docker Image for Pull Request / build (pull_request) Successful in 1m40s
2025-02-09 16:15:09 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository actions
uses: actions/checkout@v2
- name: Setup Docker Environment
uses: ./.github/actions/setup-docker-environment

View File

@@ -12,6 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository actions
uses: actions/checkout@v2
- name: Setup Docker Environment
uses: ./.github/actions/setup-docker-environment