Skip to content

Commit

Permalink
validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMori8 committed Jul 2, 2024
1 parent 3832dd0 commit 15a219f
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@ jobs:
with:
name: bin
path: bin/
- name: Login to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- id: meta
uses: docker/metadata-action@v5
with:
images: quay.io/uswitch/klint
tags: type=sha,prefix=,format=long
- uses: docker/build-push-action@v6
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
- name: print content
run: ls -lR
# - name: Login to Quay.io
# uses: docker/login-action@v3
# with:
# registry: quay.io
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_PASSWORD }}
# - id: meta
# uses: docker/metadata-action@v5
# with:
# images: quay.io/uswitch/klint
# tags: type=sha,prefix=,format=long
# - uses: docker/build-push-action@v6
# with:
# context: .
# labels: ${{ steps.meta.outputs.labels }}
# push: true
# tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 15a219f

Please sign in to comment.