mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-19 07:34:37 +02:00
Compare commits
4 Commits
5dbac43b27
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
962c369b88 | ||
|
87ed08d250 | ||
|
37ddfd24c3 | ||
|
3c0638ba47 |
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -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:2a928e11761872b12003515ea59b3c40bb5340e2e5ecc1108e043f92be7e473d
|
||||
FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
Reference in New Issue
Block a user