-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from aaronhmiller/patch_others_with_sha
updating remaining workflows w/ SHAs
- Loading branch information
Showing
3 changed files
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
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
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 |
---|---|---|
|
@@ -13,14 +13,14 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||
- | ||
name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2.2.0 | ||
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 | ||
- | ||
name: Docker meta | ||
id: meta | ||
uses: docker/[email protected] | ||
uses: docker/[email protected]@818d4b7b91585d195f67373fd9cb0332e31a7175 | ||
with: | ||
images: | | ||
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | ||
|
@@ -31,16 +31,16 @@ jobs: | |
latest=auto | ||
- | ||
name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
uses: docker/[email protected]@885d1462b80bc1c1c7f0b00334ad271f09369c55 | ||
- | ||
name: Login to Docker Hub | ||
uses: docker/[email protected] | ||
uses: docker/[email protected]@465a07811f14bebb1938fbed4728c6a1ff8901fc | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
- | ||
name: Tagged build and push | ||
uses: docker/[email protected] | ||
uses: docker/[email protected]@1104d471370f9806843c095c1db02b5a90c5f8b6 | ||
with: | ||
file: ./app/Dockerfile | ||
context: ./app | ||
|
887f6de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
crud-app – ./
crud-app-git-main-aaronhmiller.vercel.app
crud-app-aaronhmiller.vercel.app
crud-app-seven-rho.vercel.app