Skip to content

Commit

Permalink
action without secrets v4
Browse files Browse the repository at this point in the history
  • Loading branch information
matias.castillo committed Oct 10, 2024
1 parent 2a4a655 commit b2dbe87
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build and push to Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: true
tags: |
${{ github.repository }}:latest
${{ github.repository }}:${{ github.sha }}

0 comments on commit b2dbe87

Please sign in to comment.