Skip to content

Commit

Permalink
chore: add todo items
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninthegrass committed Oct 10, 2024
1 parent 8103b97 commit 1647ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# TODO: fix tagging
# ! 'manifest unknown' via `docker pull ghcr.io/pythoninthegrass/musicbot:feat-update_docker`
# ! `docker pull ghcr.io/pythoninthegrass/musicbot@sha256:40b2474ed9a12a7276196e1e09956c2b94ddd379ba46c6859ed40740ea41039a` works
# ! annotations also only apply to sha256 -- not 'branch/tag' versions
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1647ac0

Please sign in to comment.