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 }} ref: ${{ github.ref }}
fetch-depth: 0 fetch-depth: 0
- name: Install Podman - name: Build Docker image
run: | run: |
sudo apt-get update sudo docker build -t dailytrends:latest .
sudo apt-get install -y podman
- name: Build container image with Podman
run: |
podman build -t dailytrends:latest .
- name: Test container image - name: Test Docker image
run: | run: |
podman run --rm dailytrends:latest node --version sudo docker run --rm dailytrends:latest node --version