Skip to content

Commit

Permalink
Update ejercicio6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezStemdo authored May 1, 2024
1 parent 545d9e2 commit 61799df
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ejercicio6.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish to Docker
on:
push:
branches:
- '*'
workflow_call:
inputs:
tag:
required: true
type: string

permissions:
packages: write
contents: read
Expand All @@ -19,7 +22,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/stemdo-labs/ejercicio-github-basicos-EperezStemdo/imageEperez
tags: "0.0.1"
tags: "$github.event.inputs.operacion"

- name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit 61799df

Please sign in to comment.