Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrusina committed Sep 19, 2024
1 parent 14fcadd commit 6eae64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin

- name: Build Docker Image
run: docker build -t massimofilippi/docker-ubuntu-openssh-client .
run: docker build -t massimofilippi/ubuntu-openssh-client .

- name: Push Docker Image to Docker Hub
run: docker push massimofilippi/docker-ubuntu-openssh-client
run: docker push massimofilippi/ubuntu-openssh-client

# # Slack notifikace o úspěšném buildu
# - name: Notify Slack of build status
Expand Down

0 comments on commit 6eae64e

Please sign in to comment.