Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Jan 25, 2025
1 parent 0ad24db commit 86a0a4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ ci-fix ]
tags: [ v* ]
paths-ignore:
- 'helm-chart/**'
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
key: deno-https/v1-${{ github.sha }}-doci
restore-keys: deno-https/v1-
- name: Install denodir-oci utility
run: deno install --allow-{read,write}=$HOME,${TMPDIR:-/tmp} --allow-run --allow-net --allow-env --reload=https://raw.githubusercontent.com https://raw.githubusercontent.com/cloudydeno/denodir-oci/main/doci/mod.ts
run: deno install --global --allow-read --allow-write=$HOME,${TMPDIR:-/tmp} --allow-run --allow-net --allow-env --reload=https://raw.githubusercontent.com https://raw.githubusercontent.com/cloudydeno/denodir-oci/main/doci/mod.ts

- name: Determine image name
id: name
Expand Down Expand Up @@ -100,5 +100,3 @@ jobs:
# run: doci pipeline push --tag ${{ steps.name.outputs.tag }} --target denodir
- name: Push alpine image
run: doci pipeline push --tag ${{ steps.name.outputs.tag }} --target alpine
- name: Push multiarch image
run: doci pipeline push --tag ${{ steps.name.outputs.tag }} --target multiarch

0 comments on commit 86a0a4c

Please sign in to comment.