Skip to content

Commit

Permalink
Remove File
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbrnd committed Jan 16, 2025
1 parent c2f66c0 commit c8a4a59
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/airflow-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: airflow/2.5.0
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}/airflow:2.5.0
1 change: 0 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: python
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/python:3.9.12
1 change: 0 additions & 1 deletion .github/workflows/fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: fastapi/0.104
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/fastapi:0.104
1 change: 0 additions & 1 deletion .github/workflows/jupyter-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: jupyterlab/3.4.8
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}/jupyterlab:3.4.8
1 change: 0 additions & 1 deletion .github/workflows/python-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: python/3.12
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/python:3.12
1 change: 0 additions & 1 deletion .github/workflows/streamlit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: python
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/python:3.9.12

0 comments on commit c8a4a59

Please sign in to comment.