Skip to content

Commit f1c5095

Browse files
committed
fix: fix
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent c1ff92d commit f1c5095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Set up Docker
32-
uses: actions/setup-docker@v2
32+
uses: docker/setup-buildx-action@v3
3333
- name: Start DB2 container
3434
run: |
3535
docker run -d --name db2 -e ACCEPT_EULA=TRUE -p 60000:50000 -v db2data:/db2data ibmcom/db2

0 commit comments

Comments
 (0)