File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 ref : ${{ inputs.ref || '' }}
3838
@@ -42,34 +42,34 @@ jobs:
4242 echo "repo-owner=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_OUTPUT
4343
4444 - name : Cache Docker layers
45- uses : actions/cache@v3
45+ uses : actions/cache@v4
4646 with :
4747 path : /tmp/.buildx-cache
4848 key : ${{ runner.os }}-buildx-${{ github.sha }}
4949 restore-keys : |
5050 ${{ runner.os }}-buildx-
5151
5252 - name : Set up Docker Buildx
53- uses : docker/setup-buildx-action@v2
53+ uses : docker/setup-buildx-action@v3
5454
5555 - name : Log in to the GitHub Container Registry
56- uses : docker/login-action@v2
56+ uses : docker/login-action@v3
5757 with :
5858 registry : ghcr.io
5959 username : ${{ github.repository_owner }}
6060 password : ${{ secrets.GITHUB_TOKEN }}
6161
6262 - name : Setup Image Metadata
6363 id : meta
64- uses : docker/metadata-action@v4
64+ uses : docker/metadata-action@v5
6565 with :
6666 images : |
6767 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-socketdock
6868 tags : |
6969 type=raw,value=${{ inputs.tag || github.event.release.tag_name }}
7070
7171 - name : Build and Push Image to ghcr.io
72- uses : docker/build-push-action@v3
72+ uses : docker/build-push-action@v5
7373 with :
7474 push : true
7575 context : .
You can’t perform that action at this time.
0 commit comments