chore: fix mssql image tag
All checks were successful
Deploy / Prepare Build (push) Successful in 5m9s
All checks were successful
Deploy / Prepare Build (push) Successful in 5m9s
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
- name: Create the msqql container
|
||||
docker_container:
|
||||
name: msqql
|
||||
image: docker pull mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
|
||||
image: mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user