Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed May 7, 2024
1 parent 60b2423 commit 12cab87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@ jobs:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build container image
run: nix build .#container
run: nix build .#container

- name: Push container image
#if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }}
run: |
skopeo copy --dest-creds="${{ github.repository_owner }}:${{ github.token }}" docker-archive:./result docker://ghcr.io/javierhonduco/lightswitch:${{ github.sha }}

0 comments on commit 12cab87

Please sign in to comment.