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 6d8b9ad + f966be5 commit cc4f3eeCopy full SHA for cc4f3ee
.github/workflows/image-build.yml
@@ -24,7 +24,7 @@ jobs:
24
target_base: ["full", "slim"]
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: "Create and Push Image"
30
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