We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65647df commit 52fe6d8Copy full SHA for 52fe6d8
.github/workflows/docker-management.yml
@@ -20,11 +20,11 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
25
# Set up Docker build
26
- name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v3
28
29
# Setup layer cache
30
- name: Cache Docker layers
@@ -37,11 +37,11 @@ jobs:
37
38
39
- name: Set up Docker Build
40
41
42
# Build the image based on the Dockerfile
43
- name: Build Python Docker image
44
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
45
with:
46
push: false
47
load: true
0 commit comments