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.
2 parents 78aee54 + f7205c3 commit e6639c8Copy full SHA for e6639c8
.github/workflows/image-build.yml
@@ -22,7 +22,7 @@ jobs:
22
target_base: ["full", "slim"]
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: "Create and Push Image"
28
uses: multi-py/action-python-image-builder@v1
.github/workflows/versionator.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
with:
19
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
20
0 commit comments