Skip to content

Commit

Permalink
Merge pull request #142 from com-pas/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
juancho0202 authored Feb 26, 2024
2 parents 3524717 + ed17329 commit f0913e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

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

- name: Start containers
run: docker-compose -f "compas/docker-compose-postgresql.yml" up -d --build
Expand Down

0 comments on commit f0913e1

Please sign in to comment.