fix buildx 3
Some checks failed
Build Docker Image / build (pull_request) Failing after 6s

This commit is contained in:
albert
2025-07-30 12:27:33 +02:00
parent 0e9979ff83
commit f3c7d9f6a0

View File

@ -17,15 +17,10 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Install Podman
- name: Build Docker image
run: |
sudo apt-get update
sudo apt-get install -y podman
sudo docker build -t dailytrends:latest .
- name: Build container image with Podman
- name: Test Docker image
run: |
podman build -t dailytrends:latest .
- name: Test container image
run: |
podman run --rm dailytrends:latest node --version
sudo docker run --rm dailytrends:latest node --version