Skip to content

Commit

Permalink
try adding checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
TDDR committed Jan 31, 2022
1 parent 5264945 commit c506618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-feed-discovery-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand All @@ -20,6 +22,6 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: '{{defaultContext}}:src/api/feed-discovery/Dockerfile'
context: src/api/feed-discovery
push: true
tags: feed-discovery:latest

0 comments on commit c506618

Please sign in to comment.