Skip to content

Commit

Permalink
Merge pull request #78 from IsraC0d33/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.2.0

mamasita[Actions]: bump docker/build-push-action from 5.1.0 to 6.2.0
  • Loading branch information
Ballwictb authored Jun 29, 2024
2 parents 4b04495 + 8e26359 commit 5fea6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push # Asigna un ID al paso para su posterior referencia
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
context: . # Especifica el contexto : Como por ejemplo : el directorio raíz del repositorio
push: ${{ github.event_name != 'pull_request' }} # Indica si se debe realizar el push basándose en el tipo de evento
Expand Down

0 comments on commit 5fea6f3

Please sign in to comment.