File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ jobs:
13
13
name : ' Build amc2moodle container'
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@main
17
17
- id : docker-tag
18
- uses : yuya-takeyama/docker-tag-from-github-ref-action@v1
18
+ uses : yuya-takeyama/docker-tag-from-github-ref-action@main
19
19
with :
20
20
latest-branches : ' main,master'
21
21
- name : " Build:checkout"
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@main
23
23
- name : Set up Docker Buildx
24
24
id : buildx
25
- uses : docker/setup-buildx-action@v3
25
+ uses : docker/setup-buildx-action@main
26
26
- name : Login to Github Packages
27
- uses : docker/login-action@v3
27
+ uses : docker/login-action@main
28
28
with :
29
29
registry : ghcr.io
30
30
username : ${{ github.repository_owner }}
31
31
password : ${{ secrets.PAT }}
32
32
- name : ' Build:dockerimage'
33
33
id : docker_build
34
- uses : docker/build-push-action@v6
34
+ uses : docker/build-push-action@main
35
35
with :
36
36
# relative path to the place where source code with Dockerfile is located
37
37
context : ./docker
You can’t perform that action at this time.
0 commit comments