Update main.yml

This commit is contained in:
sᴧᴍᴜᴇʟ ᴍ 2024-02-15 01:11:08 +00:00 committed by GitHub
parent b93344b046
commit 8483647840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,11 +22,10 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/brudi-rclone
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub