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 e515af2 + 50cea86 commit e11545cCopy full SHA for e11545c
.github/workflows/image-build.yml
@@ -24,7 +24,7 @@ jobs:
24
target_base: ["full", "slim", "alpine"]
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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