We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260d459 commit fa84190Copy full SHA for fa84190
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
set -ex
34
35
- IMAGE_TAG=kishikawakatsumi/swift-ast-explorer.com:latest
+ IMAGE_TAG=swiftfiddle/swift-ast-explorer.com:latest
36
37
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --tag ${IMAGE_TAG} .
38
docker push ${IMAGE_TAG}
deploy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM kishikawakatsumi/swift-ast-explorer.com:latest
+FROM swiftfiddle/swift-ast-explorer.com:latest
2
3
EXPOSE $PORT
4
0 commit comments