Skip to content

Commit

Permalink
moep
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 6, 2025
1 parent 443d111 commit 24bd387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the Docker image
run: |
docker compose build base
Expand Down

0 comments on commit 24bd387

Please sign in to comment.