File tree Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 56
56
57
57
with :
58
58
source-tag : ${{ env.TAG_NAME }}
59
-
60
- # Login to the GHCR Docker registry
61
- - name : Log into registry ${{ env.REGISTRY }}
62
- uses : docker/login-action@v2
63
- with :
64
- registry : ${{ env.REGISTRY }}
65
- username : ${{ github.actor }}
66
- password : ${{ secrets.GITHUB_TOKEN }}
67
-
68
- - name : Update Docker image tag
69
- env :
70
- NEW_TAG : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.update-major-tag.outputs.major-tag }}
71
- SOURCE_TAG : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
72
- run : |
73
- docker buildx imagetools create --tag $NEW_TAG $SOURCE_TAG
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ inputs:
28
28
default : ${{ github.token }}
29
29
runs :
30
30
using : ' docker'
31
- image : ' docker://ghcr.io/actions/jekyll-build-pages:v1.0.7 '
31
+ image : ' docker://ghcr.io/actions/jekyll-build-pages:v1.0.8 '
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DESTINATION_DIRECTORY=${GITHUB_WORKSPACE}/$INPUT_DESTINATION
13
13
PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
14
14
GITHUB_PAGES_BIN=$PAGES_GEM_HOME /bin/github-pages
15
15
16
- # Check if Gemfile's dependencies are satisfied or print a warning
16
+ # Check if Gemfile's dependencies are satisfied or print a warning
17
17
if test -e " $SOURCE_DIRECTORY /Gemfile" && ! bundle check --dry-run --gemfile " $SOURCE_DIRECTORY /Gemfile" ; then
18
18
echo " ::warning:: github-pages can't satisfy your Gemfile's dependencies."
19
19
fi
@@ -23,6 +23,7 @@ export JEKYLL_ENV="production"
23
23
export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
24
24
export PAGES_REPO_NWO=$GITHUB_REPOSITORY
25
25
export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
26
+ export PAGES_API_URL=$GITHUB_API_URL
26
27
27
28
# Set verbose flag
28
29
if [ " $INPUT_VERBOSE " = ' true' ]; then
Original file line number Diff line number Diff line change @@ -103,20 +103,20 @@ GEM
103
103
rb-fsevent (>= 0.9.3 )
104
104
rb-inotify (>= 0.9.7 )
105
105
mercenary (0.3.6 )
106
- mini_portile2 (2.8.0 )
106
+ mini_portile2 (2.8.2 )
107
107
minima (2.0.0 )
108
108
minitest (5.9.1 )
109
109
multipart-post (2.0.0 )
110
110
net-dns (0.8.0 )
111
- nokogiri (1.13.10 )
112
- mini_portile2 (~> 2.8.0 )
111
+ nokogiri (1.15.2 )
112
+ mini_portile2 (~> 2.8.2 )
113
113
racc (~> 1.4 )
114
114
octokit (4.6.0 )
115
115
sawyer (~> 0.8.0 , >= 0.5.3 )
116
116
pathutil (0.14.0 )
117
117
forwardable-extended (~> 2.6 )
118
118
public_suffix (1.5.3 )
119
- racc (1.6 .1 )
119
+ racc (1.7 .1 )
120
120
rb-fsevent (0.9.8 )
121
121
rb-inotify (0.9.7 )
122
122
ffi (>= 0.5.0 )
You can’t perform that action at this time.
0 commit comments