Skip to content

Commit

Permalink
build tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Nov 2, 2023
1 parent b8274db commit fb287c1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build Elevnty site
uses: TartanLlama/[email protected]
with:
args: --output site
install_dependencies: true
- uses: actions/setup-node@v3
- run: npm run build

# - name: Build Elevnty site
# uses: TartanLlama/[email protected]
# with:
# args: --output site
# install_dependencies: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push container to GHCR
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit fb287c1

Please sign in to comment.