File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
uses : actions/checkout@v4
18
18
19
19
- name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@v2
20
+ uses : docker/setup-buildx-action@v3
21
21
22
22
- name : Login to Github Container Registry
23
- uses : docker/login-action@v2
23
+ uses : docker/login-action@v3
24
24
with :
25
25
registry : ghcr.io
26
26
username : ${{ github.repository_owner }}
27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
- name : Build and push
30
- uses : docker/build-push-action@v4
30
+ uses : docker/build-push-action@v5
31
31
with :
32
32
context : .
33
33
file : ./Dockerfile
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v4
12
12
13
13
- name : Install Python Dependencies
14
- uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.1
14
+ uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.2
15
15
with :
16
16
python_version : ' 3.10'
17
17
You can’t perform that action at this time.
0 commit comments