Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
writeFrame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
writeFrame
Commits
4aef4c65
Unverified
Commit
4aef4c65
authored
Oct 04, 2022
by
renovate[bot]
Committed by
GitHub
Oct 04, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #355 from hedgedoc/renovate/actions-checkout-digest
Update actions/checkout digest to 93ea575
parents
e88d002f
95c06d98
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
nightly.yml
.github/workflows/nightly.yml
+1
-1
release.yml
.github/workflows/release.yml
+1
-1
test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/nightly.yml
View file @
4aef4c65
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc-nightly
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc-nightly
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@
2541b1294d2704b0964813337f33b291d3f8596b
# tag=v3
uses
:
actions/checkout@
93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
# tag=v3
-
name
:
Set date
-
name
:
Set date
run
:
echo TODAY=$(date +%Y%m%d) >> $GITHUB_ENV
run
:
echo TODAY=$(date +%Y%m%d) >> $GITHUB_ENV
...
...
.github/workflows/release.yml
View file @
4aef4c65
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@
2541b1294d2704b0964813337f33b291d3f8596b
# tag=v3
uses
:
actions/checkout@
93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
# tag=v3
-
name
:
Set up QEMU
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
# tag=v2
uses
:
docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
# tag=v2
...
...
.github/workflows/test.yml
View file @
4aef4c65
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
env
:
env
:
BASE
:
${{ matrix.base }}
# needed in tests/version.sh
BASE
:
${{ matrix.base }}
# needed in tests/version.sh
steps
:
steps
:
-
uses
:
actions/checkout@
2541b1294d2704b0964813337f33b291d3f8596b
# tag=v3
-
uses
:
actions/checkout@
93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
# tag=v3
-
name
:
Build ${{ matrix.base }} image
-
name
:
Build ${{ matrix.base }} image
run
:
docker build -f ${{ matrix.base }}/Dockerfile -t hedgedoc .
run
:
docker build -f ${{ matrix.base }}/Dockerfile -t hedgedoc .
-
run
:
docker network create postgres
-
run
:
docker network create postgres
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment