Skip to content

Commit

Permalink
fix docker-compose-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrenault committed Oct 9, 2024
1 parent 44fdbde commit 4e4befe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ volumes:
networks:
traefik-public:
# Allow setting it to false for testing
external: traefik-public
external: true

0 comments on commit 4e4befe

Please sign in to comment.