Skip to content

Commit

Permalink
tweak docker
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Oct 20, 2023
1 parent 0f12208 commit ef304c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ jobs:
- uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand All @@ -214,7 +207,7 @@ jobs:
- name: Set output
id: set-outputs
run: |
echo "container_image_uri=${{ env.REGISTRY }}/${{ github.repository }}/${{env.PYPROJECT_NAME}}:${{ steps.meta.outputs.tags }}" >> $GITHUB_OUTPUT
echo "container_image_uri=${{ fromJSON(steps.meta.outputs.json).tags[0] }}" >> $GITHUB_OUTPUT
deploy:
name: Deploy
needs: [build, docker]
Expand Down

0 comments on commit ef304c3

Please sign in to comment.