Skip to content

Commit

Permalink
Add driver for multi container build
Browse files Browse the repository at this point in the history
  • Loading branch information
robolyst committed Nov 12, 2022
1 parent 8caa420 commit 9f93285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit 9f93285

Please sign in to comment.