Skip to content

Commit

Permalink
fix: please DOCKER SAVE ME FROM THIS CRUEL LIFE
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Sep 9, 2024
1 parent 46f4e3e commit 1cf8ded
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ci
env:
REGISTRY: ghcr.io
IMAGE_NAME: peapescarte/pescarte-plataforma
TAG: ghcr.io/peapescarte/pescarte-plataforma

on:
push:
Expand Down Expand Up @@ -146,7 +147,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_NAME }}:dev
tags: ${{ env.TAG }}:dev
build-args: MIX_ENV=dev
target: builder

Expand Down Expand Up @@ -182,7 +183,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_NAME }}:prod
tags: ${{ env.TAG }}:prod

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 1cf8ded

Please sign in to comment.