Skip to content

Commit

Permalink
Merge pull request #13 from aaronhmiller/patch_others_with_sha
Browse files Browse the repository at this point in the history
updating remaining workflows w/ SHAs
  • Loading branch information
aaronhmiller authored Jan 5, 2024
2 parents 43d85a2 + 607fabb commit 887f6de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Run the app
run: docker-compose up -d
- name: Test app
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-visualization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.6.0
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Update diagram
uses: githubocto/repo-visualizer@0.9.1
uses: githubocto/repo-visualizer@739781b29396ea08b529226d8970a5f17a01c52c
with:
excluded_paths: "diagram.svg,app/.dockerignore,.github,.gitignore,LICENSE"
branch: diagram
12 changes: 6 additions & 6 deletions .github/workflows/tagged-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

1 comment on commit 887f6de

@vercel
Copy link

@vercel vercel bot commented on 887f6de Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.