From f34bc752846c9c5eb409ab9573470fb50b72f80d Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Mon, 23 May 2022 14:09:40 -0600 Subject: [PATCH] Update workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb63c3..38330fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,11 @@ jobs: env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} if: "${{ env.DOCKER_USERNAME != '' }}" - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v4 with: images: ${{ secrets.DOCKER_USERNAME }}/jellyplex-watched # list of Docker images to use as base name for tags + flavor: | + latest=auto tags: | type=ref,event=branch type=ref,event=pr