Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben69695 authored Nov 13, 2022
1 parent 7eeae0f commit cb54c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
# Add your test steps here if needed...
- name: Build container
uses: docker/build-push-action@v1
Expand All @@ -16,4 +16,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: ruben69695/publish-packages/personal-web
tag_with_sha: false
tag_with_sha: true

0 comments on commit cb54c23

Please sign in to comment.