Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 14, 2024
1 parent 4aa0db9 commit b25ed62
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 36 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build and Push

permissions:
packages: write

on:
push:
branches:
- main

jobs:
build:
uses: poketwo/workflows/.github/workflows/docker-image.yaml@main
with:
package-name: gateway-proxy
secrets:
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }}

36 changes: 0 additions & 36 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit b25ed62

Please sign in to comment.