Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
7eaa98dc5b Update docker/build-push-action action to v4 (#723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-05 02:24:21 +01:00
Jonas Plum
c8b6a6b482 Hide API key when view is changed (#743) 2023-02-05 02:24:05 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v4
with:
context: .
push: true

View File

@@ -99,6 +99,7 @@ export default Vue.extend({
watch: {
'$route': function () {
this.loadUser();
this.newUserResponse = undefined;
}
},
methods: {