Skip to content

Commit 611063d

Browse files
committed
Add deploy to github container registry
1 parent 974e2ca commit 611063d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v1
17+
uses: docker/setup-buildx-action@v2
1818

1919
- name: Log in to GitHub Container Registry
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v2
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and push backend Docker image
27-
uses: docker/build-push-action@v2
27+
uses: docker/build-push-action@v3
2828
with:
2929
context: ./backend
3030
file: ./backend/Dockerfile

0 commit comments

Comments
 (0)