Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonzozo committed May 13, 2024
1 parent 717e78e commit 1e35a2c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
branches:
- 'master'

env:
TEST_TAG: enapter/rockamalg:latest
jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -25,13 +23,6 @@ jobs:
uses: docker/metadata-action@v4
with:
images: enapter/build-yocto
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 1e35a2c

Please sign in to comment.