Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhermanek committed Dec 29, 2021
1 parent ba7fc9a commit 9e79b69
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,5 @@ jobs:
with:
username: ajilaag
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: ajilaag/clamav-rest

- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Push to DockerHub
run: docker push ajilaag/clamav-rest:$(date +'%Y%m%d')

0 comments on commit 9e79b69

Please sign in to comment.