Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPercoco authored Jan 29, 2025
1 parent da109c9 commit d30b0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build-Action # When pushing to any branch then run this action
# Env variable
env:
DESCRIPTION: "smtp-to-telegram relay"
ALPINE_VERSION: "3.20"
ALPINE_VERSION: "${{ vars.ALPINE_VERSION }}"

on:
workflow_dispatch:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs: # job name
push: true
sbom: true
provenance: mode=max
annotations: org.opencontainers.image.description=${{ env.DESCRIPTION }}
annotations: org.opencontainers.image.description=${{ env.DESCRIPTION }}

0 comments on commit d30b0cb

Please sign in to comment.