Skip to content

Commit 70ee999

Browse files
authored
fix: remove docker from release (#102)
Closes #101.
1 parent 5c770e3 commit 70ee999

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,3 @@ jobs:
4444
- uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
packages-dir: ${{ needs.package_name.outputs.package_name}}/dist
47-
48-
docker:
49-
name: Build Docker Image
50-
runs-on: ubuntu-latest
51-
needs: package_name
52-
if: ${{ needs.package_name.outputs.package_name }} == 'stapi-fastapi'
53-
54-
permissions:
55-
contents: read
56-
packages: write
57-
id-token: write
58-
59-
steps:
60-
- name: Log in to the Container Registry
61-
uses: docker/login-action@v3
62-
with:
63-
registry: ghcr.io
64-
username: ${{ github.actor }}
65-
password: ${{ secrets.GITHUB_TOKEN }}
66-
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@v3
68-
- name: Build and Push Docker Image
69-
uses: docker/build-push-action@v6
70-
with:
71-
push: true
72-
tags: stapi-spec/stapi-fastapi:${{ github.ref_name }}
73-
build-args: PYTHON_VERSION='3.12'

0 commit comments

Comments
 (0)