mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-19 15:34:38 +02:00
Compare commits
12 Commits
364f1b8aea
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
962c369b88 | ||
|
87ed08d250 | ||
|
37ddfd24c3 | ||
|
3c0638ba47 | ||
|
5dbac43b27 | ||
|
3a268c0cb5 | ||
|
d8d57a6581 | ||
|
35b1874714 | ||
|
1fc3482c36 | ||
|
dd7e51fc3f | ||
|
ea4f3882f9 | ||
|
c89faf85db |
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@@ -33,9 +33,9 @@ jobs:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
|
||||
|
||||
- uses: astral-sh/setup-uv@e5d42a2b462a9a9ce47289ab6ee4de71dd1c8491
|
||||
- uses: astral-sh/setup-uv@c0e7e93474eb09a343746f2a2742979d0cba523c
|
||||
with:
|
||||
python-version: 3.13
|
||||
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
- uses: docker/setup-buildx-action@af1b253b8dc984466d22633f04ef341c1520ed2f
|
||||
- uses: docker/setup-buildx-action@4cc794f83e4b7488282e879f4469e86246e52ddd
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
# check=error=true;experimental=all
|
||||
|
||||
FROM python:3.13-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
|
||||
FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
Reference in New Issue
Block a user