-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6d60a8
commit 4a0a75c
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v3 | ||
- | ||
name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
@@ -25,7 +25,7 @@ jobs: | |
uses: docker/[email protected] | ||
- | ||
name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v2.5.0 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- | ||
name: Build and push | ||
id: docker_build | ||
uses: docker/build-push-action@v2.8.0 | ||
uses: docker/build-push-action@v2.10.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -55,11 +55,11 @@ jobs: | |
name: Image digest | ||
run: echo ${{ steps.docker_build.outputs.digest }} | ||
|
||
- | ||
name: Check Container | ||
uses: Azure/container-scan@v0 | ||
with: | ||
image-name: gregorwolf/cap-azure-ad-b2c:latest | ||
# - | ||
# name: Check Container | ||
# uses: Azure/container-scan@v0 | ||
# with: | ||
# image-name: gregorwolf/cap-azure-ad-b2c:latest | ||
|
||
## Not possible until https://github.com/docker/roadmap/issues/115 is solved | ||
# - | ||
|
@@ -71,4 +71,4 @@ jobs: | |
# pass: ${{ secrets.DOCKERHUB_TOKEN }} | ||
# slug: gregorwolf/cap-azure-ad-b2c | ||
# readme: ./docker/description.md | ||
# description: CAP Beershop using PostgreSQL for persistence | ||
# description: CAP Beershop using PostgreSQL for persistence |