Skip to content

Commit

Permalink
fix,build(docker): corrige fichier workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Feb 12, 2024
1 parent 6b1a8ea commit c1bd463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit c1bd463

Please sign in to comment.