Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 21, 2024
1 parent 5cb155d commit 85378bf
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:
contents: read
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 85378bf

Please sign in to comment.