Skip to content

Commit

Permalink
ci: fix built docker image name (#100)
Browse files Browse the repository at this point in the history
Doh! I copy-pasta'd this CI workflow to build and publish Docker images
of kOS to Docker Hub. But I missed updating the image name. I've patched
the name from `my-image` to `kos-base` here.
  • Loading branch information
azend authored Dec 19, 2024
1 parent 69a5a4f commit e566bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_USERNAME }}/my-image
images: ${{ vars.DOCKER_USERNAME }}/${{ vars.IMAGE_NAME }}

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit e566bc3

Please sign in to comment.