We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd3978 commit 2f24c2dCopy full SHA for 2f24c2d
1 file changed
.github/workflows/package.yml
@@ -2,7 +2,6 @@ name: Build and publish a container image
2
3
on:
4
push:
5
- branches: ['main']
6
tags: ['v*']
7
workflow_dispatch:
8
repository_dispatch:
@@ -75,11 +74,6 @@ jobs:
75
74
org.opencontainers.image.version=${{ env.APP_VERSION }}
76
org.opencontainers.image.eodag.version=${{ env.EODAG_VERSION }}
77
78
- - name: Install git
79
- run: |
80
- sudo apt-get update
81
- sudo apt-get install -y git
82
-
83
- name: Build and push container image
84
id: push
85
uses: docker/build-push-action@v6
0 commit comments