Skip to content

Commit

Permalink
Merge pull request #10 from ldbiz/w3act_stack_new_build_workflow
Browse files Browse the repository at this point in the history
w3act stack docker builds standard workflow
  • Loading branch information
ldbiz authored Jan 30, 2024
2 parents 640b844 + 3ca9ae0 commit 41966c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build, scan and push to Docker Hub

on:
push:
tags:
- '*'
branches:
- '*'

jobs:
run_docker_build_workflow:
uses: ukwa/ukwa-services/.github/workflows/push-to-docker-hub.yml@master
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 comments on commit 41966c1

Please sign in to comment.