Skip to content

Commit

Permalink
try push
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie authored Dec 4, 2024
1 parent 322eb7f commit e1efba2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,17 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and export
uses: docker/build-push-action@v6
with:
tags: geant_tut:latest
push: true
#outputs: type=docker,dest=/tmp/myimage.tar
# - name: Upload artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e1efba2

Please sign in to comment.