Remove Docker image basic functionality test

This commit is contained in:
Steven 2025-08-29 22:38:25 +02:00 committed by GitHub
parent bfa0419f79
commit 9cbcd8dd9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,13 +87,6 @@ jobs:
docker build -t rsync-deployments . --no-cache docker build -t rsync-deployments . --no-cache
echo "Docker image built successfully" echo "Docker image built successfully"
- name: Test Docker image basic functionality
run: |
# Test that the Docker image can run basic commands
echo "Testing basic Docker functionality..."
docker run --rm rsync-deployments which rsync
echo "Docker image test completed"
action-structure: action-structure:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Validate Action Structure name: Validate Action Structure