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 a496472 commit 95781e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,14 @@ jobs:
echo "package_version=$(date '+%Y.%m.%d')-$(date -d "1970-01-01 UTC $(date +%T)" +%s)" >> "$GITHUB_OUTPUT"
fi
- id: build_container
- id: container_build
name: "Build container image ${{ matrix.container }}:${{ steps.calver.outputs.package_version }}"
run: >
devenv container build ${{ matrix.container }}
- id: container_copy
name: "Copy container image ${{ matrix.container }}:${{ steps.calver.outputs.package_version }}"
run: >
devenv container copy ${{ matrix.container }}
--registry docker://${{ env.REGISTRY }}/${{ env.PROJECT }}/
--copy-args="--dest-creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 95781e4

Please sign in to comment.