We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f9645 commit 11f6443Copy full SHA for 11f6443
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.version || github.event.client_payload.version}}
23
24
steps:
25
- - name: "Pull Image (localstack/localstack:${{ env.RELEASE_VERSION }})"
+ - name: "Pull Image (localstack/localstack-pro:${{ env.RELEASE_VERSION }})"
26
run: docker pull "localstack/localstack-pro:${RELEASE_VERSION}"
27
28
- name: "Checkout"
0 commit comments