We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d6585 commit f9b6ec8Copy full SHA for f9b6ec8
.github/workflows/build_swift_tools.yml
@@ -14,7 +14,7 @@ jobs:
14
swift-version: [5.9.1]
15
include:
16
- swift-version: 5.9.1
17
- carton-version: 0.20.0
+ carton-version: 0.20.1
18
19
steps:
20
- name: Checkout the repo
.github/workflows/docker.yml
@@ -46,7 +46,7 @@ jobs:
46
push: ${{ github.event_name != 'pull_request' }}
47
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
48
build-args: |
49
- CARTON_TAG=0.20.0
+ CARTON_TAG=0.20.1
50
SWIFT_DOCKER_IMAGE=swift:5.9.0-jammy
51
SWIFT_TAG=wasm-5.9.1-RELEASE
52
NODE_VERSION=18.x
0 commit comments