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 22bb9f6 + 2cafc7e commit 8d1c7a1Copy full SHA for 8d1c7a1
.github/workflows/image-build.yml
@@ -23,7 +23,7 @@ jobs:
23
target_base: ["full", "slim"]
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: "Create and push"
29
uses: multi-py/action-python-image-builder@main
.github/workflows/versionator.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
20
21
with:
22
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
0 commit comments