Skip to content

Commit

Permalink
Add correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-mayer committed Sep 21, 2023
1 parent 184de15 commit aa8fb1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- 'main'

env:
IMAGE_FQDN: ghcr.io/eugenmayer/ldaptestserver

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -24,10 +21,9 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
# push only on main
- name: Build and push
uses: docker/build-push-action@v5
with:
context: docker
push: true
tags: user/app:latest
tags: kontextwork/tika-test:latest

0 comments on commit aa8fb1e

Please sign in to comment.