diff options
author | 2020-11-14 18:43:15 +0000 | |
---|---|---|
committer | 2020-11-14 18:43:15 +0000 | |
commit | a468e9b2b431fbd655fe7a344514a48c5bcf8854 (patch) | |
tree | 8fb2751b4333fda31f60f974a940e16e7244ff0c | |
parent | Merge pull request #514 from python-discord/sebastiaan/backend/move-ci-to-gha (diff) |
Fix typo in GitHub workflow
-rw-r--r-- | .github/workflows/lint-build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build.yaml b/.github/workflows/lint-build.yaml index 1fb6be3e..7001bc66 100644 --- a/.github/workflows/lint-build.yaml +++ b/.github/workflows/lint-build.yaml @@ -136,7 +136,7 @@ jobs: context: . file: ./Dockerfile push: true - cache-from: type=registry,ref=ghcr.io/python-discord/bot:latest + cache-from: type=registry,ref=ghcr.io/python-discord/seasonalbot:latest tags: | ghcr.io/python-discord/seasonalbot:latest ghcr.io/python-discord/seasonalbot:${{ steps.sha_tag.outputs.tag }} |