Skip to content

Commit 11f6443

Browse files
committed
fix
1 parent 49f9645 commit 11f6443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.version || github.event.client_payload.version}}
2323

2424
steps:
25-
- name: "Pull Image (localstack/localstack:${{ env.RELEASE_VERSION }})"
25+
- name: "Pull Image (localstack/localstack-pro:${{ env.RELEASE_VERSION }})"
2626
run: docker pull "localstack/localstack-pro:${RELEASE_VERSION}"
2727

2828
- name: "Checkout"

0 commit comments

Comments
 (0)