We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fdbde commit 4e4befeCopy full SHA for 4e4befe
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Log in to the Container registry
32
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
33
with:
34
registry: ${{ env.REGISTRY }}
35
username: ${{ github.repository_owner }}
docker-compose.prod.yml
@@ -118,4 +118,4 @@ volumes:
118
networks:
119
traefik-public:
120
# Allow setting it to false for testing
121
- external: traefik-public
+ external: true
0 commit comments