Skip to content

Commit

Permalink
reverting testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-1651 committed Oct 21, 2024
1 parent 4179369 commit 34a7ca1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
workflow_dispatch:
push:
branches-ignore:
branches:
- main
paths-ignore:
- '**/*.md'
Expand All @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v2

- name: Build
run: |
docker login --username sunny-1651 --password ${{ secrets.PAT_TOKEN }} ghcr.io
make build VERSION="latest"
# - name: Test
# run: make test
# - name: Lint
# run: make lint
run: make build
env:
VERSION: latest
- name: Test
run: make test
- name: Lint
run: make lint
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /var/app
RUN CGO_ENABLED=0 go build -o app .

FROM alpine:3.14
LABEL org.opencontainers.image.source https://github.com/sunny-1651/manual-approval
LABEL org.opencontainers.image.source https://github.com/trstringer/manual-approval
RUN apk update && apk add ca-certificates
COPY --from=builder /var/app/app /var/app/app
CMD ["/var/app/app"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_REPO=ghcr.io/sunny-1651/manual-approval
IMAGE_REPO=ghcr.io/trstringer/manual-approval

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ inputs:
default: ''
runs:
using: docker
image: docker://ghcr.io/sunny-1651/manual-approval:latest
image: docker://ghcr.io/trstringer/manual-approval:1.9.1

0 comments on commit 34a7ca1

Please sign in to comment.