Skip to content

Commit

Permalink
oui
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 19, 2023
1 parent e527900 commit 66d6b2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup buildx
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -52,6 +55,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup buildx
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 66d6b2b

Please sign in to comment.