Skip to content

Commit

Permalink
feat: commit 04 of lesson 05 of the "Integração Contínua: Pipeline Do…
Browse files Browse the repository at this point in the history
…cker no Github Actions" course
  • Loading branch information
AdautoDCJunior committed Jan 23, 2024
1 parent 12bc571 commit 059e2f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 059e2f7

Please sign in to comment.