Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina authored May 14, 2024
1 parent ae6ee0d commit 19498cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

# Extract metadata for Docker (consider using docker/metadata-action)
- name: Extract metadata for Docker
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v1 # Or your preferred metadata action
uses: docker/metadata-action@v1
with:
images: ${{ steps.docker_image_name.outputs.image_name }} # Use defined image name
images: migupele/java_school_online_store_frontend

# Build and push Docker image
- uses: docker/build-push-action@v3 # Consider using docker/layer-cache
Expand Down

0 comments on commit 19498cf

Please sign in to comment.