Skip to content

Commit

Permalink
ci: Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech authored and MAHDTech committed Mar 28, 2024
1 parent fbffb52 commit a496472
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
NIXPKGS_ALLOW_UNFREE: 1

REGISTRY: ghcr.io
PROJECT: ${{ github.repository }}

BRANCH_NAME_CURRENT: ${{ github.head_ref || github.ref_name }}
BRANCH_NAME_DEFAULT: ${{ github.event.repository.default_branch }}
Expand Down Expand Up @@ -138,6 +139,6 @@ jobs:
- id: build_container
name: "Build container image ${{ matrix.container }}:${{ steps.calver.outputs.package_version }}"
run: >
echo devenv container build ${{ matrix.container }}
--registry docker://${{ github.repository }}/${{ env.PROJECT }}/
devenv container build ${{ matrix.container }}
--registry docker://${{ env.REGISTRY }}/${{ env.PROJECT }}/
--copy-args="--dest-creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a496472

Please sign in to comment.