Skip to content

Commit

Permalink
KubeDev#9 Docker Build and Push action added
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMarques14 authored Apr 3, 2022
1 parent c2bcd90 commit 99e1bbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PWD }}

- name: Docker Build And Push
uses: docker/[email protected]
with:
context: ./src
file: ./src/Dockerfile
push: true
tags:
gabrielxiv/rotten-tomatoes:latest
gabrielxiv/rotten-tomatoes:${{ github.run_number }}

0 comments on commit 99e1bbd

Please sign in to comment.