Skip to content

Commit

Permalink
Merge pull request #7 from benzlokzik/feature/auto-publish-releases
Browse files Browse the repository at this point in the history
Update GitHub Actions versions
  • Loading branch information
benzlokzik committed Dec 16, 2023
2 parents 039e873 + ab90066 commit c11d8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/${{ github.repository }}/myapp:${{ github.ref_name }}

0 comments on commit c11d8df

Please sign in to comment.