Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
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
Vũ Hoàng Anh
canifa_note
Commits
b02aa2d5
Unverified
Commit
b02aa2d5
authored
Dec 08, 2023
by
K.B.Dharun Krishna
Committed by
GitHub
Dec 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump actions in workflows (#2588)
Signed-off-by:
K.B.Dharun Krishna
<
kbdharunkrishna@gmail.com
>
parent
c68bfcc3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
backend-tests.yml
.github/workflows/backend-tests.yml
+2
-2
build-and-push-release-image.yml
.github/workflows/build-and-push-release-image.yml
+6
-6
build-and-push-test-image.yml
.github/workflows/build-and-push-test-image.yml
+6
-6
frontend-tests.yml
.github/workflows/frontend-tests.yml
+4
-4
No files found.
.github/workflows/backend-tests.yml
View file @
b02aa2d5
...
@@ -17,7 +17,7 @@ jobs:
...
@@ -17,7 +17,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v
4
-
uses
:
actions/setup-go@v
5
with
:
with
:
go-version
:
1.21
go-version
:
1.21
check-latest
:
true
check-latest
:
true
...
@@ -37,7 +37,7 @@ jobs:
...
@@ -37,7 +37,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v
4
-
uses
:
actions/setup-go@v
5
with
:
with
:
go-version
:
1.21
go-version
:
1.21
check-latest
:
true
check-latest
:
true
...
...
.github/workflows/build-and-push-release-image.yml
View file @
b02aa2d5
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Set up QEMU
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v
2
uses
:
docker/setup-qemu-action@v
3
-
name
:
Extract build args
-
name
:
Extract build args
# Extract version from branch name
# Extract version from branch name
...
@@ -25,13 +25,13 @@ jobs:
...
@@ -25,13 +25,13 @@ jobs:
echo "VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
echo "VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
with
:
username
:
neosmemo
username
:
neosmemo
password
:
${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
password
:
${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
${{ github.actor }}
...
@@ -39,14 +39,14 @@ jobs:
...
@@ -39,14 +39,14 @@ jobs:
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
id
:
buildx
id
:
buildx
uses
:
docker/setup-buildx-action@v
2
uses
:
docker/setup-buildx-action@v
3
with
:
with
:
install
:
true
install
:
true
version
:
v0.9.1
version
:
v0.9.1
-
name
:
Docker meta
-
name
:
Docker meta
id
:
meta
id
:
meta
uses
:
docker/metadata-action@v
4
uses
:
docker/metadata-action@v
5
with
:
with
:
images
:
|
images
:
|
neosmemo/memos
neosmemo/memos
...
@@ -58,7 +58,7 @@ jobs:
...
@@ -58,7 +58,7 @@ jobs:
-
name
:
Build and Push
-
name
:
Build and Push
id
:
docker_build
id
:
docker_build
uses
:
docker/build-push-action@v
3
uses
:
docker/build-push-action@v
5
with
:
with
:
context
:
./
context
:
./
file
:
./Dockerfile
file
:
./Dockerfile
...
...
.github/workflows/build-and-push-test-image.yml
View file @
b02aa2d5
...
@@ -14,16 +14,16 @@ jobs:
...
@@ -14,16 +14,16 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Set up QEMU
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v
2
uses
:
docker/setup-qemu-action@v
3
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
with
:
username
:
neosmemo
username
:
neosmemo
password
:
${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
password
:
${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@v
2
uses
:
docker/login-action@v
3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
${{ github.actor }}
...
@@ -31,14 +31,14 @@ jobs:
...
@@ -31,14 +31,14 @@ jobs:
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
id
:
buildx
id
:
buildx
uses
:
docker/setup-buildx-action@v
2
uses
:
docker/setup-buildx-action@v
3
with
:
with
:
install
:
true
install
:
true
version
:
v0.9.1
version
:
v0.9.1
-
name
:
Docker meta
-
name
:
Docker meta
id
:
meta
id
:
meta
uses
:
docker/metadata-action@v
4
uses
:
docker/metadata-action@v
5
with
:
with
:
images
:
|
images
:
|
neosmemo/memos
neosmemo/memos
...
@@ -50,7 +50,7 @@ jobs:
...
@@ -50,7 +50,7 @@ jobs:
-
name
:
Build and Push
-
name
:
Build and Push
id
:
docker_build
id
:
docker_build
uses
:
docker/build-push-action@v
3
uses
:
docker/build-push-action@v
5
with
:
with
:
context
:
./
context
:
./
file
:
./Dockerfile
file
:
./Dockerfile
...
...
.github/workflows/frontend-tests.yml
View file @
b02aa2d5
...
@@ -15,10 +15,10 @@ jobs:
...
@@ -15,10 +15,10 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
pnpm/action-setup@v2.
2.4
-
uses
:
pnpm/action-setup@v2.
4.0
with
:
with
:
version
:
8
version
:
8
-
uses
:
actions/setup-node@v
3
-
uses
:
actions/setup-node@v
4
with
:
with
:
node-version
:
"
18"
node-version
:
"
18"
cache
:
pnpm
cache
:
pnpm
...
@@ -35,10 +35,10 @@ jobs:
...
@@ -35,10 +35,10 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
pnpm/action-setup@v2.
2.4
-
uses
:
pnpm/action-setup@v2.
4.0
with
:
with
:
version
:
8
version
:
8
-
uses
:
actions/setup-node@v
3
-
uses
:
actions/setup-node@v
4
with
:
with
:
node-version
:
"
18"
node-version
:
"
18"
cache
:
pnpm
cache
:
pnpm
...
...
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