diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-26 12:20:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-26 12:20:18 -0400 |
| commit | f374c5bda7a9453266e46e77da3631d655998c68 (patch) | |
| tree | d60515c02629e76f4066909f333cfc43ee2a996e /.github | |
| parent | 26caa0258f814a75d9917ff500a443078bd3e647 (diff) | |
| download | AleeBot-f374c5bda7a9453266e46e77da3631d655998c68.tar.gz AleeBot-f374c5bda7a9453266e46e77da3631d655998c68.tar.bz2 AleeBot-f374c5bda7a9453266e46e77da3631d655998c68.zip | |
Update docker-publish.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f8b01df..6bdfd97 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -22,11 +22,11 @@ jobs: - service: bot context: ./bot dockerfile: ./bot/Dockerfile - image-name: ${{ github.repository }}-bot + image-name: ${{ github.repository }} - service: web context: ./web dockerfile: ./web/Dockerfile - image-name: ${{ github.repository }}-web + image-name: ${{ github.repository }}/web permissions: contents: read |
