Skip to content

Commit

Permalink
Create EPAM-Docker.yml for build
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff authored Nov 9, 2023
1 parent 6421fdb commit c835ee5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/EPAM-Docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Docker Image CI

on:
push:
branches: [ epam/build* ]
pull_request:
branches: [ epam/build* ]

jobs:
prep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
registry: git.bbnavi.vk256.eu
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: git.bbnavi.vk256.eu/bbnavi/datahub-cms:latest

0 comments on commit c835ee5

Please sign in to comment.