From c02a14193e4ca267408454e56ed4de60ab35cb3e Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 25 Jun 2023 16:05:01 +0200 Subject: [PATCH] fix docker --- .gitea/workflows/dl.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 8b6922c..004c2cf 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -22,15 +22,16 @@ jobs: - run: apk add git nodejs - uses: actions/checkout@v3 - uses: https://github.com/docker/metadata-action@v4 + id: meta with: images: xefir/dl + flavor: latest=true - uses: https://github.com/docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - uses: https://github.com/docker/build-push-action@v4 with: - context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}