Skip to content

Commit 5b77af6

Browse files
committed
standardize tags
1 parent ede1311 commit 5b77af6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ jobs:
179179
${{ env.DOCK_SLUG }}:pylav
180180
${{ env.GHCR_SLUG }}:core-pylav
181181
${{ env.DOCK_SLUG }}:core-pylav
182-
${{ env.GHCR_SLUG }}:pylav-latest
183-
${{ env.DOCK_SLUG }}:pylav-latest
182+
${{ env.GHCR_SLUG }}:latest-pylav
183+
${{ env.DOCK_SLUG }}:latest-pylav
184184
build-args: |
185185
PCX_DISCORDBOT_BUILD=${{ github.run_id }}
186186
PCX_DISCORDBOT_COMMIT=${{ github.sha }}
@@ -199,8 +199,8 @@ jobs:
199199
linux/386
200200
push: ${{ github.event_name != 'pull_request' }}
201201
tags: |
202-
${{ env.GHCR_SLUG }}:pylav-full
203-
${{ env.DOCK_SLUG }}:pylav-full
202+
${{ env.GHCR_SLUG }}:full-pylav
203+
${{ env.DOCK_SLUG }}:full-pylav
204204
${{ env.GHCR_SLUG }}:extra-pylav
205205
${{ env.DOCK_SLUG }}:extra-pylav
206206
build-args: |

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Same as extra, but with Java included so that you can use the Audio cog.
242242
Basically, pick if you want bare minimum (core) or extra 3rd party cog support (extra), then add the "-audio" to the tag if you want the Audio cog to work.
243243

244244

245-
### core-pylav (Alias: pylav, pylav-latest)
245+
### core-pylav (Alias: pylav, latest-pylav)
246246
Same as core, but it adds the [PyLav cogs](https://github.com/PyLav/Red-Cogs) to the bot for users using the JSON driver.
247247

248248
> **Note**
@@ -257,7 +257,7 @@ Make sure to read [pylav.yaml Setup (Docker)](https://github.com/PyLav/PyLav/blo
257257
> PyLav requires adittional configuration not covered here, make sure to follow the instructions in its SETUP documentation.
258258
259259

260-
### extra-pylav (Alias: pylav-full)
260+
### extra-pylav (Alias: full-pylav)
261261
Same as extra, but it adds the [PyLav cogs](https://github.com/PyLav/Red-Cogs) to the bot for users using the JSON driver.
262262

263263
> **Note**

0 commit comments

Comments
 (0)