Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
08bf7545
Unverified
Commit
08bf7545
authored
Apr 13, 2024
by
Sayak Paul
Committed by
GitHub
Apr 13, 2024
Browse files
make docker-buildx mandatory. (#7652)
parent
2f234376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build_docker_images.yml
.github/workflows/build_docker_images.yml
+2
-2
No files found.
.github/workflows/build_docker_images.yml
View file @
08bf7545
...
@@ -73,13 +73,13 @@ jobs:
...
@@ -73,13 +73,13 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v2
uses
:
docker/login-action@v2
with
:
with
:
username
:
${{ env.REGISTRY }}
username
:
${{ env.REGISTRY }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Build and push
-
name
:
Build and push
uses
:
docker/build-push-action@v3
uses
:
docker/build-push-action@v3
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment