diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 11:38:02 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 11:38:02 +0100 |
| commit | bd1dfe5fd9544fd39cf33631775bc6329e7327aa (patch) | |
| tree | 0a321f2de60d7ddf0de797b079b7eb3abb44c88f /.github/workflows | |
| parent | cf39dff8a6f57bd87626ff3d57e1efe834fa190b (diff) | |
Change repository name to lower case
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index c0e8df2..e46cbaa 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -24,6 +24,6 @@ jobs: - uses: docker/build-push-action@v4 with: push: true - tags: ghcr.io/LMBishop/panulat:latest + tags: ghcr.io/lmbishop/panulat:latest cache-from: type=gha cache-to: type=gha,mode=max |
