Skip to content

Commit 76c5ab3

Browse files
committed
fix(deps): update jackson to v3.946.0
GitOrigin-RevId: bc440b74a187832de65a0d7ee5e92eb7fba92a3d
1 parent 43e0d09 commit 76c5ab3

File tree

4 files changed

+358
-358
lines changed

4 files changed

+358
-358
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
context: ./
243243
file: ./Dockerfile
244244
platforms: linux/amd64,linux/arm64
245-
push: ${{ github.ref == 'refs/heads/release' }}
245+
push: ${{ github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/tags/beta-v') }}
246246
tags: ${{ needs.ci.outputs.IMAGE_PATH }}:${{ needs.ci.outputs.PUBLISH_TAG }},${{ needs.ci.outputs.IMAGE_PATH }}:${{ steps.slug.outputs.SHA7 }},${{ needs.ci.outputs.IMAGE_PATH }}:${{ needs.ci.outputs.NPM_VERSION }}
247247

248248
- name: Image digest

0 commit comments

Comments
 (0)