Remove dns entries.
All checks were successful
Build nginx fpm 8.4 image / Build-and-release-image (push) Successful in 1m9s

This commit is contained in:
2025-04-30 05:21:57 +00:00
parent bcf4f573b6
commit 0a935cf96e

View File

@@ -17,7 +17,6 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
options: --dns 8.8.8.8
steps:
- name: Set up Docker Buildx
@@ -51,7 +50,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
options: --dns 8.8.8.8
env:
ACTIONS_RUNTIME_TOKEN: ''
with: