@rizom/ops 0.2.0-alpha.61 → 0.2.0-alpha.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.2.0-alpha.61",
7
+ "version": "0.2.0-alpha.62",
8
8
  "type": "module",
9
9
  "exports": {
10
10
  ".": {
@@ -32,25 +32,25 @@ jobs:
32
32
  echo "IMAGE_REPOSITORY=ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}" >> "$GITHUB_ENV"
33
33
 
34
34
  - name: Set up Docker Buildx
35
- uses: docker/setup-buildx-action@v3
35
+ uses: docker/setup-buildx-action@v4
36
36
 
37
37
  - name: Extract image metadata
38
38
  id: meta
39
- uses: docker/metadata-action@v5
39
+ uses: docker/metadata-action@v6
40
40
  with:
41
41
  images: ${{ env.IMAGE_REPOSITORY }}
42
42
  tags: |
43
43
  type=raw,value=brain-${{ env.BRAIN_VERSION }}
44
44
 
45
45
  - name: Log in to GHCR
46
- uses: docker/login-action@v3
46
+ uses: docker/login-action@v4
47
47
  with:
48
48
  registry: ghcr.io
49
49
  username: ${{ github.actor }}
50
50
  password: ${{ secrets.GITHUB_TOKEN }}
51
51
 
52
52
  - name: Build and push image
53
- uses: docker/build-push-action@v6
53
+ uses: docker/build-push-action@v7
54
54
  with:
55
55
  context: .
56
56
  file: deploy/Dockerfile
@@ -129,7 +129,7 @@ jobs:
129
129
  bun deploy/scripts/sync-content-repo.ts
130
130
 
131
131
  - name: Log in to GHCR
132
- uses: docker/login-action@v3
132
+ uses: docker/login-action@v4
133
133
  with:
134
134
  registry: ghcr.io
135
135
  username: ${{ github.actor }}