Skip to content

Commit

Permalink
Update build-site-and-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethforprivacy authored May 18, 2024
1 parent c949577 commit 0fe2b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site-and-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build site and deploy custom image
name: Build site and push custom image

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
deploy:
build-image:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 0fe2b46

Please sign in to comment.