Skip to content

Commit

Permalink
update action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Mar 20, 2022
1 parent f6d60a8 commit 4a0a75c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 }}
-
Expand All @@ -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
Expand All @@ -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
# -
Expand All @@ -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

0 comments on commit 4a0a75c

Please sign in to comment.