Skip to content

Commit

Permalink
Add build.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 21, 2024
1 parent bbbd8d7 commit c6bdb48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build Docker Image
run: docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/cli -f Dockerfile .

- name: Login to DockerHub
run: docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" -p "${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}"

Expand Down

0 comments on commit c6bdb48

Please sign in to comment.