Skip to content

Commit

Permalink
Fixed typos in the docker-image.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Dec 18, 2023
1 parent 7888196 commit 939d30f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
push_to_registry:
Expand All @@ -24,13 +22,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: markducks/loide:api
images: loideunical/loide:api
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
push: true
tags: markducks/loide:api
tags: loideunical/loide:api


0 comments on commit 939d30f

Please sign in to comment.