File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,24 +128,24 @@ jobs:
128128 - uses : actions/checkout@v6
129129
130130 - name : Set up Docker Buildx
131- uses : docker/setup-buildx-action@v3
131+ uses : docker/setup-buildx-action@v4
132132
133133 - name : Log in to GHCR
134- uses : docker/login-action@v3
134+ uses : docker/login-action@v4
135135 with :
136136 registry : ghcr.io
137137 username : ${{ github.actor }}
138138 password : ${{ secrets.GITHUB_TOKEN }}
139139
140140 - name : Log in to Docker Hub
141141 if : ${{ secrets.DOCKERHUB_TOKEN != '' }}
142- uses : docker/login-action@v3
142+ uses : docker/login-action@v4
143143 with :
144144 username : ${{ secrets.DOCKERHUB_USERNAME }}
145145 password : ${{ secrets.DOCKERHUB_TOKEN }}
146146
147147 - name : Build and push
148- uses : docker/build-push-action@v6
148+ uses : docker/build-push-action@v7
149149 with :
150150 context : .
151151 push : true
You can’t perform that action at this time.
0 commit comments