Skip to content

Commit

Permalink
iasd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent f86ebc8 commit a4e6852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v4
- name: basic info
run: |
cat ${{ github.repository }}
cat ${{ github.actor }}
cat ${{ steps.meta.outputs.tags }}
cat ${{ steps.meta.outputs.labels }}
cat ${{ github.repository }}
cat ${{ github.actor }}
cat ${{ steps.meta.outputs.tags }}
cat ${{ steps.meta.outputs.labels }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit a4e6852

Please sign in to comment.