Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Jul 30, 2024
1 parent 0575ae4 commit feebccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
needs: [build-debian, build-centos]
steps:
- uses: actions/download-artifact@v4
- run: md5sum build-debian/*dhcpy6d* > md5sums.txt
- run: md5sum build-centos/*dhcpy6d* >> md5sums.txt
- run: sha256sum build-debian/*dhcpy6d* > sha256sums.txt
- run: sha256sum build-centos/*dhcpy6d* >> sha256sums.txt
- run: cd build-debian && md5sum build-debian/*dhcpy6d* > ../md5sums.txt
- run: cd build-debian && sha256sum build-debian/*dhcpy6d* > ../sha256sums.txt
- run: cd build-centos && md5sum build-centos/*dhcpy6d* >> ../md5sums.txt
- run: cd build-centos && sha256sum build-centos/*dhcpy6d* >> ../sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
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
FROM python:3.12
LABEL maintainer=henri@dhcpy6d.de

ARG HTTP_PROXY=""
Expand Down

0 comments on commit feebccd

Please sign in to comment.