Skip to content

Commit 4bd3978

Browse files
authored
build: add git for image build (#91)
add `git` to `Build and publish a container image` github action
1 parent afb8fcb commit 4bd3978

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
org.opencontainers.image.version=${{ env.APP_VERSION }}
7676
org.opencontainers.image.eodag.version=${{ env.EODAG_VERSION }}
7777
78+
- name: Install git
79+
run: |
80+
sudo apt-get update
81+
sudo apt-get install -y git
82+
7883
- name: Build and push container image
7984
id: push
8085
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)