Skip to content

Commit

Permalink
main docker upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 10, 2023
1 parent 77b7c50 commit a57b433
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
tag_with_ref: true

- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3
with:
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
id: meta
uses: docker/metadata-action@v3
with:
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit a57b433

Please sign in to comment.