Skip to content

Commit

Permalink
Forgot to check out
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed May 23, 2021
1 parent f72c677 commit f2736e1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

-
name: Checkout
uses: actions/checkout@v2

- name: Login to Docker
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -40,6 +44,7 @@ jobs:
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
- name: Set up QEMU
uses: docker/[email protected]
Expand All @@ -63,10 +68,7 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}
file: Dockerfile
tags: ${{ steps.meta.outputs.tags }}
- name: Check dir
run: |
ls -la
echo ${{ steps.meta.outputs.tags }}

-
name: Update repo description
# if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit f2736e1

Please sign in to comment.