Skip to content

Commit

Permalink
chore(ci): update gh workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowa committed Jun 10, 2024
1 parent 3166a87 commit 7bddc2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test
on:
pull_request:
push:
branches:
- main

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ name: Build and Push Docker Images

on:
push:
paths:
- "test.sh"
- "main.go"
- "go.mod"
- "Dockerfile"
- ".dockerignore"
- ".github/**"
# paths:
# - "test.sh"
# - "main.go"
# - "go.mod"
# - "Dockerfile"
# - ".dockerignore"
# - ".github/**"
tags:
- "*"

jobs:

Docker:
if: github.event_name != 'pull_request'
name: Build and Push Docker Images
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -55,12 +56,9 @@ jobs:
bukowa/http-headers
tags: |
type=schedule
type=edge,branch=master
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
type=ref,event=pr
- name: Set up QEMU
id: qemu
Expand Down

0 comments on commit 7bddc2d

Please sign in to comment.