Skip to content

Commit

Permalink
Testando publicação de imagem
Browse files Browse the repository at this point in the history
  • Loading branch information
fosouzadev committed Nov 16, 2024
1 parent 4995560 commit 4bc2cfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
- 'feature/**'
- 'hotfix/**'

jobs:
build-and-publish:
Expand All @@ -14,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
run: echo ${{ secrets.PAT_DOCKER_IMAGES }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build docker image
run: make build

Expand Down

0 comments on commit 4bc2cfb

Please sign in to comment.