mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-10-13 19:39:47 +02:00
Update Docker actions to latest versions in docker-publish.yml
This commit is contained in:
12
.github/workflows/docker-publish.yml
vendored
12
.github/workflows/docker-publish.yml
vendored
@@ -20,33 +20,33 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
|
- uses: docker/login-action@v3
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
|
- uses: docker/login-action@v3
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- uses: astral-sh/setup-uv@59a0868feaba544d51cc3fd89ba7c8a8bc9c6d05
|
- uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
|
|
||||||
- run: uv sync --all-extras --dev
|
- run: uv sync --all-extras --dev
|
||||||
- run: uv run pytest
|
- run: uv run pytest
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@e77e8065d9f7ec6abdd9838668cd7b43924dd64d
|
- uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
|
|
||||||
- uses: docker/setup-buildx-action@1583c0f09d26c58c59d25b0eef29792b7ce99d9a
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- uses: docker/build-push-action@v6
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user