This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a003781420 Remove updating description in Dockerhub (#33374)
a003781420 is described below
commit a003781420e6d6e887fe6162ced21cd398b46b06
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 14 01:16:33 2023 +0200
Remove updating description in Dockerhub (#33374)
We do not **really** need to update description in DockerHub. It is
enough to have a very simple generic description and link to our
website. This is the simplest way we can make sure the description
will be always up-to-date.
---
.github/workflows/release_dockerhub_image.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/release_dockerhub_image.yml
b/.github/workflows/release_dockerhub_image.yml
index 14932a0fd0..1114126f62 100644
--- a/.github/workflows/release_dockerhub_image.yml
+++ b/.github/workflows/release_dockerhub_image.yml
@@ -149,13 +149,6 @@ jobs:
--slim-image
--image-name
${{github.repository}}:slim-${{github.event.inputs.airflowVersion}}-python${{matrix.python-version}}
- - name: >
- Update docker hub repo description
- uses: peter-evans/dockerhub-description@v3
- with:
- username: ${{ secrets.DOCKERHUB_USER }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
- repository: apache/airflow
- name: "Docker logout"
run: docker logout
if: always()