Fix missing version

This commit is contained in:
Andras Schmelczer 2022-06-25 19:34:59 +02:00
parent c09cc7e238
commit 388541661a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -19,19 +19,13 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/login-action
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Checkout
uses: actions/checkout@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action
with:
images: schmelczera/great_ai
- name: Build and push
uses: docker/build-push-action@v3