Skip to content

Commit

Permalink
Create dockerHub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wszeborowskimateusz authored Aug 29, 2020
1 parent 03f85e1 commit 15dc789
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dockerHub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: .NET Core

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: 25kiop2020/mops-web
tags: latest

0 comments on commit 15dc789

Please sign in to comment.