We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e6e6 commit 785979bCopy full SHA for 785979b
1 file changed
.github/workflows/pypeline.yml
@@ -24,10 +24,11 @@ jobs:
24
with:
25
webhook: ${{ secrets.DISCORD_WEBHOOK }}
26
- name: checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
28
- name: build
29
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
30
31
+ context: .
32
push: false
33
tags: 'utsuki-bot-net'
34
file: Dockerfile
0 commit comments