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 @@ -45,18 +45,18 @@ jobs:
4545 - name : Checkout repository
4646 uses : actions/checkout@v4
4747
48- - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v2
50- with :
51- driver : docker-container
52-
5348 - name : Log in to the Container registry
5449 uses : docker/login-action@v2
5550 with :
5651 registry : ${{ env.REGISTRY }}
5752 username : ${{ github.actor }}
5853 password : ${{ secrets.GITHUB_TOKEN }}
5954
55+ - name : Set up Docker Buildx
56+ uses : docker/setup-buildx-action@v2
57+ with :
58+ driver : docker-container
59+
6060 - name : Extract metadata (tags, labels) for Docker
6161 id : meta
6262 uses : docker/metadata-action@v4
6565
6666 - name : Build and push Docker image
6767 id : push
68- uses : docker/build-push-action@v4
68+ uses : docker/build-push-action@v6
6969 with :
7070 context : .
7171 push : true
You can’t perform that action at this time.
0 commit comments