File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717
1818 steps :
1919
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Build image
2323 run : docker build
2424 code-server
2525 --tag code-server
2626
2727 - name : Login to GitHub Container Registry
28- uses : docker/login-action@v2
28+ uses : docker/login-action@v3
2929 with :
3030 registry : ghcr.io
3131 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717
1818 steps :
1919
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Build image
2323 run : docker build
2424 devcontainer
2525 --tag devcontainer
2626
2727 - name : Login to GitHub Container Registry
28- uses : docker/login-action@v2
28+ uses : docker/login-action@v3
2929 with :
3030 registry : ghcr.io
3131 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 7777 - name : Extract ecs metadata (tags, labels)
7878 id : ecsmeta
7979 if : github.ref_type == 'tag'
80- uses : docker/metadata-action@v4
80+ uses : docker/metadata-action@v5
8181 with :
8282 images : |
8383 ${{ env.REGISTRY_GHCR }}/${{ env.ECS_IMAGENAME_GHCR }}
You can’t perform that action at this time.
0 commit comments