Skip to content

Commit 49c6a95

Browse files
Update Docker image version in release workflow
1 parent c113b50 commit 49c6a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
5353
environment: test
5454
container:
55-
image: docker://bytebase/bytebase-action:latest
55+
image: docker://bytebase/bytebase-action:3.12.2
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v4

0 commit comments

Comments
 (0)