Skip to content

Commit

Permalink
test Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 11, 2024
1 parent 24de702 commit c8b6203
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
lablabs/aws-service-quotas-exporter
# lablabs/aws-service-quotas-exporter
ghcr.io/lablabs/aws-service-quotas-exporter
# generate Docker tags based on the following events/attributes
tags: type=raw,value=latest

- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Login to DockerHub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to Github Packages
uses: docker/login-action@v3
Expand Down

0 comments on commit c8b6203

Please sign in to comment.