Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Sep 11, 2020
1 parent 456cbce commit b2b4866
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dependabot.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Build container image and push to DockerHub
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: 'mlibrary/mattlach-phineas-testing-actions:testing-latest,mlibrary/mattlach-phineas-testing-actions:testing-${{ github.sha }}'
file: Dockerfile.prod
- name: Image digest
run: |
echo '${{ steps.docker_build.outputs.digest }}'
File renamed without changes.

0 comments on commit b2b4866

Please sign in to comment.