move arch distoolbox to its own folder
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 38m2s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 38m2s
This commit is contained in:
@@ -3,7 +3,7 @@ run-name: Build and Push Reese's Arch Toolbox
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- infrastructure/graduated/fedora/**
|
||||
- infrastructure/graduated/distoolbox/**
|
||||
- .gitea/workflows/**
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
@@ -23,16 +23,16 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ gitea.workspace }}/infrastructure/graduated/fedora
|
||||
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/arch-toolbox.containerfile
|
||||
context: ${{ gitea.workspace }}/infrastructure/graduated/distoolbox
|
||||
file: ${{ gitea.workspace }}/infrastructure/graduated/distoolbox/arch-toolbox.containerfile
|
||||
push: true
|
||||
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
||||
no-cache: true
|
||||
- name: Build and push AMD GPU Docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ gitea.workspace }}/infrastructure/graduated/fedora
|
||||
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/arch-amdgpu-toolbox.containerfile
|
||||
context: ${{ gitea.workspace }}/infrastructure/graduated/distoolbox
|
||||
file: ${{ gitea.workspace }}/infrastructure/graduated/distoolbox/arch-amdgpu-toolbox.containerfile
|
||||
push: true
|
||||
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
|
||||
no-cache: true
|
||||
Reference in New Issue
Block a user