Skip to content

Commit

Permalink
Update Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Jun 16, 2023
1 parent c41ba18 commit 08df86f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

16 changes: 11 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Bump version
uses: remorses/bump-version@js
- name: Get next version
uses: reecetech/version[email protected]
id: version
with:
version_file: ./VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
scheme: semver
increment: patch
# - name: Bump version
# uses: remorses/bump-version@js
# id: version
# with:
# version_file: ./VERSION
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine as base
FROM python:alpine as base
FROM base as builder

RUN mkdir /install
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

0 comments on commit 08df86f

Please sign in to comment.