Skip to content

Commit

Permalink
FIX: missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed May 31, 2021
1 parent 367dbed commit 6a023dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: name/app
images: desty2k/deploy-actions
tags: |
type=ref,event=branch
type=ref,event=pr
Expand All @@ -84,7 +86,6 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6a023dd

Please sign in to comment.