Skip to content

Commit

Permalink
reverting back to latest versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajeev08 committed Jul 30, 2024
1 parent a419621 commit 55ec8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-docker-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@latest
uses: actions/checkout@v4.1.7

- name: Log in to the Container registry
uses: docker/login-action@latest
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@latest
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@latest
uses: docker/build-push-action@v6.5.0
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 55ec8b9

Please sign in to comment.