Update .gitea/workflows/build.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 30s

This commit is contained in:
2026-02-02 11:32:54 -05:00
parent 38e5f61e94
commit 21c18af717

View File

@@ -38,12 +38,6 @@ jobs:
# Mark as safe directory for CI environments # Mark as safe directory for CI environments
git config --global --add safe.directory "$PWD" git config --global --add safe.directory "$PWD"
- name: Install Podman
run: |
apt update
apt install -y podman
podman --version
- name: Read version - name: Read version
id: version id: version
run: | run: |
@@ -69,7 +63,7 @@ jobs:
SHORT_SHA="${GITHUB_SHA::7}" SHORT_SHA="${GITHUB_SHA::7}"
FULL_IMAGE="$REGISTRY/$IMAGE" FULL_IMAGE="$REGISTRY/$IMAGE"
podman build \ docker build \
-f Containerfile \ -f Containerfile \
-t "$FULL_IMAGE:latest" \ -t "$FULL_IMAGE:latest" \
-t "$FULL_IMAGE:v$VERSION" \ -t "$FULL_IMAGE:v$VERSION" \