change Reese Arch Toolbox containerfile name to arch.containerfile
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 7m20s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 7m20s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ${{ gitea.workspace }}/infrastructure/graduated/fedora
|
context: ${{ gitea.workspace }}/infrastructure/graduated/fedora
|
||||||
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/Containerfile
|
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/arch.containerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
||||||
no-cache: true
|
no-cache: true
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
secrets/
|
secrets/
|
||||||
venv/
|
venv/
|
||||||
tmp/
|
tmp/
|
||||||
.vscode/
|
|
||||||
Unsorted/
|
Unsorted/
|
||||||
volumes/
|
volumes/
|
||||||
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||||
|
// for the documentation about the tasks.json format
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Build arch-toolbox",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./infrastructure/graduated/fedora/arch-build.sh",
|
||||||
|
"problemMatcher": [],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -5,7 +5,7 @@ podman build \
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
||||||
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
|
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
|
||||||
-f ./infrastructure/graduated/fedora/Containerfile
|
-f ./infrastructure/graduated/fedora/arch.containerfile
|
||||||
# Stop the current arch toolbox
|
# Stop the current arch toolbox
|
||||||
podman container stop arch-toolbox-latest
|
podman container stop arch-toolbox-latest
|
||||||
# Remove the old container
|
# Remove the old container
|
||||||
|
|||||||
Reference in New Issue
Block a user