Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit ef6ee53

Browse files
committed
ci: fix copy paste error
1 parent d782a72 commit ef6ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
project_id: ${{ secrets.PROJECT_ID }}
5151
namespace: ${{ secrets.NAMESPACE }}
5252
deployment: ${{ secrets.DEPLOYMENT }}-v${{ steps.deployment.outputs.major }}
53-
docker_image: ${{ secrets.DOCKER_REGISTRY }}/stp/server-24:${{ steps.deployment.outputs.version }}
53+
docker_image: ${{ secrets.DOCKER_REGISTRY }}/stp/settlers:${{ steps.deployment.outputs.version }}

0 commit comments

Comments
 (0)