mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-18 23:24:39 +02:00
Compare commits
2 Commits
37ddfd24c3
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
962c369b88 | ||
|
87ed08d250 |
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:4d55aff3915a8622fdb8e6ab3645992de771bd97c3dd1279860cd5e18bcd7582
|
||||
FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
Reference in New Issue
Block a user