Skip to content

Commit

Permalink
Changed tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnjau committed Nov 7, 2024
1 parent 7b7868e commit 098a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Step 5: Build and tag the Docker image
- name: Build and tag Docker image
run: |
IMAGE_TAG="${ env.DOCKERHUB_USERNAME }/${ env.REPOSITORY_NAME }:${{ PLATFORM }}"
IMAGE_TAG="${ env.DOCKERHUB_USERNAME }/${ env.REPOSITORY_NAME }:latest"
echo '${{ env.DOCKERHUB_PASSWORD }}' | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin
docker buildx create --use --name workflowBuilder
docker buildx build --platform=linux/amd64,linux/arm64 -t ${{ IMAGE_TAG }} --push .
Expand Down

0 comments on commit 098a86e

Please sign in to comment.