Skip to content

Commit

Permalink
restored other tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilita1 committed Mar 9, 2024
1 parent 39374e4 commit 871cdea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/samplesyncapp
tags: |
type=edge,branch=main
type=edge,branch=main
type=raw,value={{date 'YYYYMMDD'}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 871cdea

Please sign in to comment.