Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 76469c8

Browse files
committed
Update image reference
1 parent 5354e9c commit 76469c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3333
- name: Pull Docker image
34-
run: docker pull "docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:1.0"
34+
run: docker pull "docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:latest"
3535
- name: Start OpenLDAP service
36-
run: docker run -it -d --name openldap -p 389:389 -p 636:636 docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:1.0
36+
run: docker run -it -d --name openldap -p 389:389 -p 636:636 docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:latest
3737

3838
- name: Install Packages
3939
run: npm install

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
openldap:
5-
image: docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:1.0
5+
image: docker.pkg.github.com/ldapjs/docker-test-openldap/openldap:latest
66
ports:
77
- 389:389
88
- 636:636

0 commit comments

Comments
 (0)