Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 18, 2024
1 parent 0eaa48e commit 8233e34
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 115 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- 'main'
- '1.x'
tags:
- 'v*'

name: Build Docker image

jobs:
build:
name: Build Docker image
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/votong
dockerfile: ./docker/web/Dockerfile
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
31 changes: 0 additions & 31 deletions .github/workflows/build.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/dockerhub.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/pipeline.yml

This file was deleted.

0 comments on commit 8233e34

Please sign in to comment.