@codfish/actions-playground 0.0.0-PR-90--b41dec9 → 0.0.0-PR-92--e4acdce
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -181,7 +181,7 @@ jobs:
|
|
|
181
181
|
# Push docker images to GCR
|
|
182
182
|
# Dockerhub is auto synced with the repo, no need to explicitly deploy
|
|
183
183
|
- name: Build and push docker images to GCR
|
|
184
|
-
uses: docker/build-push-action@
|
|
184
|
+
uses: docker/build-push-action@v6
|
|
185
185
|
with:
|
|
186
186
|
context: .
|
|
187
187
|
platforms: linux/arm64,linux/amd64
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codfish/actions-playground",
|
|
3
|
-
"version": "0.0.0-PR-
|
|
3
|
+
"version": "0.0.0-PR-92--e4acdce",
|
|
4
4
|
"description": "My own testing ground for messing around with GitHub Actions.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"homepage": "https://github.com/codfish/actions-playground#readme",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@commitlint/cli": "^
|
|
24
|
-
"@commitlint/config-conventional": "^
|
|
23
|
+
"@commitlint/cli": "^8.2.0",
|
|
24
|
+
"@commitlint/config-conventional": "^8.2.0",
|
|
25
25
|
"cod-scripts": "^12.0.0",
|
|
26
26
|
"jsdoc": "^3.6.3",
|
|
27
27
|
"markdownlint-cli": "^0.18.0"
|