-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ci: add lambda CI/CD workflow #161
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
📦dependencies
Pull requests that update a dependency file
♻️ci
Changes to CI configuration files and scripts
labels
Feb 15, 2024
Overview
Labels (3 changes)
-org.opencontainers.image.created=2024-02-05T09:46:46.894Z
+org.opencontainers.image.created=2024-02-16T03:03:49.055Z
org.opencontainers.image.description=New Raspberry Pi Signage System🦏
org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=43d2c373e8088927975bbff4ac251a78dc23f7b7
+org.opencontainers.image.revision=aace06fce253ae43068a4db5627495c393740c67
org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/rasnage
org.opencontainers.image.title=rasnage
org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/rasnage
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-161 Packages and Vulnerabilities (11 package changes and 0 vulnerability changes)
Changes for packages of type
|
Package | Versionmarukome0743/rasnage:latest |
Versionghcr.io/openup-labtakizawa/rasnage:pr-161 |
|
---|---|---|---|
♾️ | base-files | 11.1+deb11u8 |
11.1+deb11u9 |
♾️ | glibc | 2.31-13+deb11u7 |
2.31-13+deb11u8 |
♾️ | libc6 | 2.31-13+deb11u7 |
2.31-13+deb11u8 |
♾️ | tzdata | 2021a-1+deb11u11 |
2024a-0+deb11u1 |
Changes for packages of type npm
(7 changes)
Package | Versionmarukome0743/rasnage:latest |
Versionghcr.io/openup-labtakizawa/rasnage:pr-161 |
|
---|---|---|---|
♾️ | @next/env | 14.1.1-canary.27 |
14.1.1-canary.55 |
♾️ | @swc/helpers | 0.5.2 |
0.5.5 |
♾️ | caniuse-lite | 1.0.30001584 |
1.0.30001587 |
♾️ | next | 14.1.1-canary.27 |
14.1.1-canary.55 |
♾️ | react | 18.3.0-canary-4b2a1115a-20240202 |
18.3.0-canary-f0e808e5b-20240214 |
♾️ | react-dom | 18.3.0-canary-4b2a1115a-20240202 |
18.3.0-canary-f0e808e5b-20240214 |
♾️ | scheduler | 0.24.0-canary-4b2a1115a-20240202 |
0.24.0-canary-f0e808e5b-20240214 |
コード変更を確認しました。 |
マージする前にクローズしました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
♻️ci
Changes to CI configuration files and scripts
📦dependencies
Pull requests that update a dependency file
docker
Pull requests that update Docker code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Apply AWS Lambda function, and make that CI/CD.
How did you verify your code works?