Migrate to Actions #13

Merged
chris merged 39 commits from gitea-actions into release 2024-12-17 18:37:06 -05:00
Showing only changes of commit b9cd8cd76e - Show all commits

View File

@ -48,3 +48,4 @@ jobs:
run: |
cd ansible-dev
echo "docker build --no-cache -f build/Containerfile.fedora39 -t ${{ vars.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}/${{ vars.BUILD_NAME_FEDORA }}:${{ env.GITHUB_REF_NAME }}-${{ env.GITHUB_RUN_NUMBER }} ."
docker push ${{ vars.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}/${{ vars.BUILD_NAME_FEDORA }}:${{ env.GITHUB_REF_NAME }}-${{ env.GITHUB_RUN_NUMBER }}