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 25b4e05 commit fb632f5Copy full SHA for fb632f5
.github/workflows/build-root.yml
@@ -7,6 +7,9 @@ on:
7
schedule:
8
- cron: '0 */12 * * *' # Every 12 hours
9
workflow_dispatch:
10
+ pull_request:
11
+ branches:
12
+ - main
13
14
jobs:
15
pyenv-version:
@@ -50,7 +53,7 @@ jobs:
50
53
with:
51
54
context: .
52
55
file: ./Dockerfile.base
- push: true
56
+ push: ${{ github.ref == 'refs/heads/main' }}
57
cache-to: type=inline
58
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:builder-base
59
build-args: |
.github/workflows/build-version.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
file: ./Dockerfile
47
48
49
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:${{ inputs.tag }}
tags: |
0 commit comments