Skip to content

Commit

Permalink
chore: update docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallAsch committed Jul 2, 2024
1 parent 994131e commit 0c6d9ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
uses: docker/metadata-action@v5
with:
images: plexinc/slack-music-notifications
flavor: |
latest=false
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch,suffix=-{{sha}}
type=ref,event=pr
type=sha,prefix=
type=sha
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.14.0-alpine
FROM node:20.13.0-alpine

ARG PORT=3000
WORKDIR /app
Expand Down

0 comments on commit 0c6d9ec

Please sign in to comment.