diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 527fca3..7474ca7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v6 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -120,7 +120,7 @@ jobs: - name: Extract metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -130,7 +130,7 @@ jobs: type=raw,value=latest - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: packages/server/Dockerfile