Remove dns entries.
All checks were successful
Build nginx fpm 8.4 image / Build-and-release-image (push) Successful in 1m9s
All checks were successful
Build nginx fpm 8.4 image / Build-and-release-image (push) Successful in 1m9s
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
|||||||
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
options: --dns 8.8.8.8
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
@@ -51,7 +50,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
options: --dns 8.8.8.8
|
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: ''
|
ACTIONS_RUNTIME_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user