Skip to content

Commit

Permalink
Fixed some typos in the docker-image.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Jan 2, 2024
1 parent cda138e commit fd17f60
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [published]

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 fd17f60

Please sign in to comment.