Skip to content

Commit

Permalink
fix: github actions and Jenkinsfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssthom committed Nov 13, 2024
1 parent c65c85b commit 343eaab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
name: "Build Docker image: ${{ matrix.alias }}"

steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
- uses: actions/checkout@v2

- name: Set up Docker Buildx
Expand Down

0 comments on commit 343eaab

Please sign in to comment.