Skip to content

Commit

Permalink
another attempt at yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jul 22, 2024
1 parent 8e3ff98 commit 7925246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
with:
images: |
yegor256/squid-proxy
# yamllint disable-line-length
# yamllint disable rule:line-length
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
# yamllint enable-line-length
# yamllint enable rule:line-length

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 7925246

Please sign in to comment.