Skip to content

Commit

Permalink
ci(publish): use coatl-dev/workflows@v5 (#123)
Browse files Browse the repository at this point in the history
update setuptools to 73.0.1
  • Loading branch information
cesarcoatl authored Aug 22, 2024
1 parent d89b32e commit 970107f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
publish:
needs: semver
uses: coatl-dev/workflows/.github/workflows/docker-publish-multi-platform.yml@v4
uses: coatl-dev/workflows/.github/workflows/docker-publish-multi-platform.yml@v5
with:
registry-image: coatldev/six
metadata-tags: |
type=raw,value=${{ needs.semver.outputs.version }}
type=raw,value=${{ needs.semver.outputs.major_minor }}
type=raw,value=latest,enable={{is_default_branch}}
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
registry-username: ${{ vars.DOCKERHUB_USERNAME }}
build-provenance: true
secrets:
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ RUN set -eux; \

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON3_PIP_VERSION=24.2
ENV PYTHON3_SETUPTOOLS_VERSION=72.2.0
ENV PYTHON3_SETUPTOOLS_VERSION=73.0.1
ENV PYTHON3_WHEEL_VERSION=0.44.0
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
Expand Down

0 comments on commit 970107f

Please sign in to comment.