Skip to content

Commit

Permalink
w3act stack docker builds standard workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldbiz committed Jan 5, 2024
1 parent 640b844 commit 3ca9ae0
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 3ca9ae0

Please sign in to comment.