Merge branch 'main' into release-process-improvements
This commit is contained in:
@@ -56,18 +56,3 @@ jobs:
|
|||||||
uses: actions/[email protected]
|
uses: actions/[email protected]
|
||||||
with:
|
with:
|
||||||
source-tag: ${{ env.TAG_NAME }}
|
source-tag: ${{ env.TAG_NAME }}
|
||||||
|
|
||||||
# Login to the GHCR Docker registry
|
|
||||||
- name: Log into registry ${{ env.REGISTRY }}
|
|
||||||
uses: docker/login-action@v2
|
|
||||||
with:
|
|
||||||
registry: ${{ env.REGISTRY }}
|
|
||||||
username: ${{ github.actor }}
|
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Update Docker image tag
|
|
||||||
env:
|
|
||||||
NEW_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.update-major-tag.outputs.major-tag }}
|
|
||||||
SOURCE_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
|
|
||||||
run: |
|
|
||||||
docker buildx imagetools create --tag $NEW_TAG $SOURCE_TAG
|
|
||||||
|
|||||||
+1
-1
@@ -28,4 +28,4 @@ inputs:
|
|||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.7'
|
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.8'
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ export JEKYLL_ENV="production"
|
|||||||
export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
|
export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
|
||||||
export PAGES_REPO_NWO=$GITHUB_REPOSITORY
|
export PAGES_REPO_NWO=$GITHUB_REPOSITORY
|
||||||
export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
|
export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
|
||||||
|
export PAGES_API_URL=$GITHUB_API_URL
|
||||||
|
|
||||||
# Set verbose flag
|
# Set verbose flag
|
||||||
if [ "$INPUT_VERBOSE" = 'true' ]; then
|
if [ "$INPUT_VERBOSE" = 'true' ]; then
|
||||||
|
|||||||
@@ -103,20 +103,20 @@ GEM
|
|||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9.7)
|
rb-inotify (>= 0.9.7)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.2)
|
||||||
minima (2.0.0)
|
minima (2.0.0)
|
||||||
minitest (5.9.1)
|
minitest (5.9.1)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
net-dns (0.8.0)
|
net-dns (0.8.0)
|
||||||
nokogiri (1.13.10)
|
nokogiri (1.15.2)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.6.0)
|
octokit (4.6.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
pathutil (0.14.0)
|
pathutil (0.14.0)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (1.5.3)
|
public_suffix (1.5.3)
|
||||||
racc (1.6.1)
|
racc (1.7.1)
|
||||||
rb-fsevent (0.9.8)
|
rb-fsevent (0.9.8)
|
||||||
rb-inotify (0.9.7)
|
rb-inotify (0.9.7)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user