Skip to content

Commit ee8790b

Browse files
committed
update all versions of actions to @main
1 parent e143a88 commit ee8790b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-container.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ jobs:
1313
name: 'Build amc2moodle container'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@main
1717
- 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
1919
with:
2020
latest-branches: 'main,master'
2121
- name: "Build:checkout"
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@main
2323
- name: Set up Docker Buildx
2424
id: buildx
25-
uses: docker/setup-buildx-action@v3
25+
uses: docker/setup-buildx-action@main
2626
- name: Login to Github Packages
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@main
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
3131
password: ${{ secrets.PAT }}
3232
- name: 'Build:dockerimage'
3333
id: docker_build
34-
uses: docker/build-push-action@v6
34+
uses: docker/build-push-action@main
3535
with:
3636
# relative path to the place where source code with Dockerfile is located
3737
context: ./docker

0 commit comments

Comments
 (0)