Skip to content

Commit fa84190

Browse files
Update Docker repository to SwiftFiddle project
1 parent 260d459 commit fa84190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
set -ex
3434
35-
IMAGE_TAG=kishikawakatsumi/swift-ast-explorer.com:latest
35+
IMAGE_TAG=swiftfiddle/swift-ast-explorer.com:latest
3636
3737
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --tag ${IMAGE_TAG} .
3838
docker push ${IMAGE_TAG}

deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kishikawakatsumi/swift-ast-explorer.com:latest
1+
FROM swiftfiddle/swift-ast-explorer.com:latest
22

33
EXPOSE $PORT
44

0 commit comments

Comments
 (0)